diff options
author | David Baker <dave@matrix.org> | 2015-04-30 16:17:27 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-30 16:21:38 +0100 |
commit | 054aa0d58c22ae76d3e094fc2fd6495456ffd2cf (patch) | |
tree | 5e2f589123200c2495a08a9119335025772bbeb6 /synapse/config | |
parent | Don't use sub queries, it makes postgres sad (diff) | |
download | synapse-054aa0d58c22ae76d3e094fc2fd6495456ffd2cf.tar.xz |
Do access log using python's logging stuff, just under a separate logger name
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/logger.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/synapse/config/logger.py b/synapse/config/logger.py |