mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +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"
|
||||
timeout = 120
|
||||
keep_alive = 60
|
||||
accesslog = "access.log"
|
||||
errorlog = "error.log"
|
||||
accesslog = "-"
|
||||
errorlog = "-"
|
||||
loglevel = "debug"
|
||||
|
|
Loading…
Reference in a new issue