일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 스프링 부트와 AWS로 혼자 구현하는 웹 서비스
- Codeforces
- heroku
- 프로그래머스 코딩테스트 연습
- c#
- git
- github
- 브랜디
- PostgreSQL 설치 시 에러
- 디자인 패턴
- FastAPI
- 스코페2021
- 프로그래머스 코딩테스트 연습문제
- terraform
- PostgreSQL
- selenium
- 프로그래머스 코딩 테스트 연습
- Word Cloud
- Spring Boot
- 프로그래머스 월간 코드 챌린지 시즌1
- Firefox
- 클린 코드
- github actions
- WPF
- 애드센스
- 바이오데이터 엔지니어
- 프로그래머스 월간 코드 챌린지
- 파이썬
- Python
- pycharm
Archives
- Today
- Total
목록uvicorn (1)
프로그래밍 연습하기
Gunicorn access_log_format이 적용되지 않는 문제
FastAPI 앱을 만들어서 배포해보는 프로젝트를 하는데, Gunicorn 로그 포맷이 바뀌지 않는 문제가 있었습니다. 그래서 여러 방법으로 바꿔보려고 했는데, 여전히 성과가 없어 인터넷을 더 찾아보니 다음과 같은 이슈를 찾을 수 있었습니다. https://github.com/encode/uvicorn/issues/527 Honor gunicorn access log format · Issue #527 · encode/uvicorn When running under gunicorn, --access-logformat isn't honored. There was some discussion of this in #389, but I didn't see an open issue for it. github.co..
Python
2023. 8. 8. 12:39