We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dd883 commit 6481a90Copy full SHA for 6481a90
dockerfiles/synapse/log_config.yaml
@@ -14,6 +14,8 @@ handlers:
14
class: logging.StreamHandler
15
formatter: precise
16
filters: [context]
17
+ # log to stdout, for easier use with 'docker logs'
18
+ stream: 'ext://sys.stdout'
19
20
root:
21
level: INFO
0 commit comments