disabled debug mode
This commit is contained in:
parent
5c042aa56f
commit
9b433ae873
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ os.environ['TZ'] = 'Europe/Berlin'
|
|||
|
||||
logging.basicConfig(
|
||||
format='%(asctime)s %(levelname)-8s %(message)s',
|
||||
level=logging.DEBUG,
|
||||
level=logging.INFO,
|
||||
datefmt='%Y-%m-%d %H:%M:%S')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue