mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Explicitly name the __main__ module logger
This commit is contained in:
parent
779f7b0f44
commit
d0e444a648
@ -64,7 +64,7 @@ import sqlite3
|
||||
import yaml
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger("synapse.app.homeserver")
|
||||
|
||||
|
||||
class SynapseHomeServer(HomeServer):
|
||||
|
Loading…
Reference in New Issue
Block a user