mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Do not pipe access/error logs to separate files. Flow to stdout/stderr
This commit is contained in:
parent
586654e2af
commit
991f500775
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ workers = 8
|
||||||
worker_class = "uvicorn.workers.UvicornWorker"
|
worker_class = "uvicorn.workers.UvicornWorker"
|
||||||
timeout = 120
|
timeout = 120
|
||||||
keep_alive = 60
|
keep_alive = 60
|
||||||
accesslog = "access.log"
|
accesslog = "-"
|
||||||
errorlog = "error.log"
|
errorlog = "-"
|
||||||
loglevel = "debug"
|
loglevel = "debug"
|
||||||
|
|
Loading…
Reference in a new issue