aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schmidt <tim.schmidt@ewe.net>2018-12-03 17:39:55 +0100
committerTim Schmidt <tim.schmidt@ewe.net>2018-12-03 17:39:55 +0100
commit911515bcefc208d427bd6365b6422a988e0505d1 (patch)
treecacacf8c10cdb67c2e567b773e65f178a91c0923
parentUpdate README.md (diff)
downloadhchat-tg-bridge-911515bcefc208d427bd6365b6422a988e0505d1.tar.gz
hchat-tg-bridge-911515bcefc208d427bd6365b6422a988e0505d1.zip
disabled debug logging
-rwxr-xr-xcontrol.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/control.py b/control.py
index 075656b..f2ae5f3 100755
--- a/control.py
+++ b/control.py
@@ -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,