diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-09-03 09:51:42 +0300 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-09-03 09:51:42 +0300 |
commit | bdf2e5865a6c47b89dbcb11fb747cfc87c26fdbd (patch) | |
tree | fe9eb9dd8756843aaac33f41af1aa3584e60d26a /scripts | |
parent | Merge pull request #262 from matrix-org/redactyoself (diff) | |
download | synapse-bdf2e5865a6c47b89dbcb11fb747cfc87c26fdbd.tar.xz |
update logger to match new ambiguous script name...
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synapse_port_db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index e7ed4c309b..c241fdec5a 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -29,7 +29,7 @@ import traceback import yaml -logger = logging.getLogger("port_from_sqlite_to_postgres") +logger = logging.getLogger("synapse_port_db") BOOLEAN_COLUMNS = { |