diff options
| author | Richard van der Hoff <richard@matrix.org> | 2017-10-26 16:45:20 +0100 |
|---|---|---|
| committer | Richard van der Hoff <richard@matrix.org> | 2017-10-26 16:45:20 +0100 |
| commit | f7f90e0c8da613a833e5dcd3fa130a986fa5475c (patch) | |
| tree | c5d65bf538fcc91a65e31b0f1ee380d9dea0573e | |
| parent | Merge branch 'master' of github.com:matrix-org/synapse into develop (diff) | |
| download | synapse-f7f90e0c8da613a833e5dcd3fa130a986fa5475c.tar.xz | |
Fix error when running synapse with no logfile
Fixes 'UnboundLocalError: local variable 'sighup' referenced before assignment'
| -rw-r--r-- | synapse/config/logger.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/config/logger.py b/synapse/config/logger.py |
