We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661825 commit 134c5c4Copy full SHA for 134c5c4
main.py
@@ -32,7 +32,7 @@
32
logfile_handler = logging.handlers.WatchedFileHandler(logfile_path, 'a', 'utf-8')
33
34
logger = logging.getLogger(__name__)
35
-logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.DEBUG, handlers=[logfile_handler])
+logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO, handlers=[logfile_handler])
36
37
if not re.match("[0-9]+:[a-zA-Z0-9\-_]+", BOT_TOKEN):
38
logging.error("Bot token not correct - please check.")
0 commit comments