added console logging

This commit is contained in:
2026-08-30 12:11:57 +02:00
parent c1d731f85d
commit bb80bb953c
4 changed files with 18 additions and 4 deletions
+3 -1
View File
@@ -79,7 +79,9 @@ open <http://localhost:5000/w/> instead.
failure, HTTP status, endpoint, and duration without credentials. Collector,
Flask, uncaught main-thread, and uncaught worker-thread exceptions are written to
the same log. `LOG_MAX_BYTES` defaults to 5 MiB and `LOG_BACKUP_COUNT` to five.
The service account must have write permission on the log directory.
The service account must have write permission on the log directory. Console
logging remains enabled by default so `python wsgi.py` displays its listening
address; set `LOG_CONSOLE=false` to use only the logfile.
## HTTP API