mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 13:26:13 +00:00
Do not pipe access/error logs to separate files. Flow to stdout/stderr
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user