On met une variable dans testing pour le debug de trigger.
This commit is contained in:
parent
b470c860c0
commit
3d5abd7fb3
2 changed files with 5 additions and 1 deletions
|
@ -5,8 +5,9 @@
|
|||
# License : GPLv3
|
||||
|
||||
import itertools
|
||||
import os
|
||||
|
||||
debug = True
|
||||
debug = (int(os.environ['DBG_TRIGGER']) == 1) or True
|
||||
log_level = "info"
|
||||
|
||||
# Serveur maître
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue