Baisse niveau de log
This commit is contained in:
parent
5fef0bddb6
commit
206aa0ed7c
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -11,7 +11,7 @@ NETWORK = os.environ['NETWORK']
|
|||
|
||||
# Logging
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG,
|
||||
logging.basicConfig(level=logging.ERROR,
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
||||
|
||||
# Exceptions
|
||||
|
|
Loading…
Add table
Reference in a new issue