You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Turns out that loggers that are instantiated before the config is loaded get
turned off.
Also bring the logging config that is generated by --generate-config into line.
Fixes#6194.
Turns out that loggers that are instantiated before the config is loaded get
turned off.
Also bring the logging config that is generated by --generate-config into line.
Fixes#6194.
Description
Synapse in the
matrixdotorg/synapse
Docker image produces debug logs normally in v1.0.0 but after v1.1.0 only HTTP request logs.I believe it is related to the removal of
loggers.synapse.level
in #5547, restoring that restores normal debug logging.Steps to reproduce
docker run --rm -it -p 8008:8008 -e SYNAPSE_SERVER_NAME=localhost -e SYNAPSE_REPORT_STATS=no -e SYNAPSE_LOG_LEVEL=DEBUG -e SYNAPSE_NO_TLS=true matrixdotorg/synapse:v1.0.0-py3
docker run --rm -it -p 8008:8008 -e SYNAPSE_SERVER_NAME=localhost -e SYNAPSE_REPORT_STATS=no -e SYNAPSE_LOG_LEVEL=DEBUG -e SYNAPSE_NO_TLS=true matrixdotorg/synapse:v1.1.0-py3
loggers.synapse.level="DEBUG"
to logging config (exact details left as an exercise)Version information
Problem observed
>=1.1.0
Docker.
Tested on Docker on Windows and Docker on Debian Linux
The text was updated successfully, but these errors were encountered: