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