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

Add more logging to "Guest user can set display names" #846

Merged
merged 7 commits into from
Apr 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Log with DEBUG"
This reverts commit ba27c10.
  • Loading branch information
babolivier committed Mar 23, 2020
commit a1dc93f438f8c13da3cbf4c7c0bfb1e34b35b2fa
4 changes: 2 additions & 2 deletions lib/SyTest/Homeserver.pm
Original file line number Diff line number Diff line change
@@ -262,12 +262,12 @@ sub configure_logger

loggers => {
synapse => {
level => "DEBUG"
level => "INFO"
}
},

root => {
level => "DEBUG",
level => "INFO",
handlers => ["file"]
}