diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-02-17 12:55:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 12:55:36 +0000 |
commit | 66eb0bd548afd87f08f7e6e994774fe29589babe (patch) | |
tree | 7ce23bf81730af44163425f986fc19d9114959eb /contrib | |
parent | Add an example log_config file (diff) | |
download | synapse-66eb0bd548afd87f08f7e6e994774fe29589babe.tar.xz |
Update example_log_config.yaml
add trailing NL
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/example_log_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/example_log_config.yaml b/contrib/example_log_config.yaml index c582af42d1..7f7c8ba588 100644 --- a/contrib/example_log_config.yaml +++ b/contrib/example_log_config.yaml @@ -45,4 +45,4 @@ loggers: # example of enabling debugging for a component: # # synapse.federation.transport.server: - # level: DEBUG \ No newline at end of file + # level: DEBUG |