mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
update logger to match new ambiguous script name...
This commit is contained in:
parent
77580addc3
commit
bdf2e5865a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import traceback
|
|||
import yaml
|
||||
|
||||
|
||||
logger = logging.getLogger("port_from_sqlite_to_postgres")
|
||||
logger = logging.getLogger("synapse_port_db")
|
||||
|
||||
|
||||
BOOLEAN_COLUMNS = {
|
||||
|
|
Loading…
Reference in a new issue