Explicitly name the __main__ module logger

pull/123/head
Erik Johnston 2015-04-07 12:04:02 +01:00
parent 779f7b0f44
commit d0e444a648
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import sqlite3
import yaml
logger = logging.getLogger(__name__)
logger = logging.getLogger("synapse.app.homeserver")
class SynapseHomeServer(HomeServer):