Skip to content
Snippets Groups Projects
Commit f44b7c02 authored by kaiyou's avatar kaiyou
Browse files

Disable logging to file and rely on the console when using Docker

parent 07f1b718
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,6 @@ filters:
request: ""
handlers:
file:
class: logging.handlers.RotatingFileHandler
formatter: precise
filename: /data/homeserver.log
maxBytes: 104857600
backupCount: 10
filters: [context]
console:
class: logging.StreamHandler
formatter: precise
......@@ -33,4 +26,4 @@ loggers:
root:
level: INFO
handlers: [file, console]
handlers: [console]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment