Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make synapse logging configurable #27

Open
famedly-bot opened this issue Sep 21, 2022 · 0 comments
Open

Make synapse logging configurable #27

famedly-bot opened this issue Sep 21, 2022 · 0 comments
Labels
priority::5-medium progress::backlog The Refinement of the issue is completed and DoR for the Squad is fulfilled team:infrastructure

Comments

@famedly-bot
Copy link

In GitLab by @jcgruenhage on Sep 21, 2022, 14:09

We're currently not having the synapse logging config very configurable. A look at my stash revealed this diff:

--- a/roles/synapse/files/log.config
+++ b/roles/synapse/files/log.config
@@ -24,6 +24,9 @@ loggers:
         # information such as access tokens.
         level: INFO
 
+    token_authenticator:
+        level: DEBUG
+
 root:
     level: INFO
     handlers: [console]

We frequently need to handle logs for different modules and plugins, or specific parts of synapse when debugging issues, and not having the ability to set up those log levels via ansible makes debugging with frequent rollouts a big pain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority::5-medium progress::backlog The Refinement of the issue is completed and DoR for the Squad is fulfilled team:infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant