diff options
author | Tim Schmidt <tim.schmidt@ewe.net> | 2018-12-03 17:39:55 +0100 |
---|---|---|
committer | Tim Schmidt <tim.schmidt@ewe.net> | 2018-12-03 17:39:55 +0100 |
commit | 911515bcefc208d427bd6365b6422a988e0505d1 (patch) | |
tree | cacacf8c10cdb67c2e567b773e65f178a91c0923 | |
parent | Update README.md (diff) | |
download | hchat-tg-bridge-911515bcefc208d427bd6365b6422a988e0505d1.tar.gz hchat-tg-bridge-911515bcefc208d427bd6365b6422a988e0505d1.zip |
disabled debug logging
-rwxr-xr-x | control.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,8 +169,8 @@ def quit(): ### Main if __name__ == "__main__": - logging.basicConfig(level=logging.DEBUG, - format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') + #logging.basicConfig(level=logging.DEBUG, + # format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') COMMANDS_CLI = { "kill": kill, |