added info
This commit is contained in:
parent
f76e4bfdb2
commit
7dbf767443
@ -7,7 +7,9 @@ from redis import StrictRedis
|
|||||||
|
|
||||||
from event_logger import EventLogger
|
from event_logger import EventLogger
|
||||||
|
|
||||||
|
# TOGGLE if every received message shall be redirected to redis
|
||||||
LOG_TO_REDIS = True
|
LOG_TO_REDIS = True
|
||||||
|
# TOGGLE if every received message shall be printed to console
|
||||||
VERBOSE = True
|
VERBOSE = True
|
||||||
|
|
||||||
# make sure redis (container) is running and accessible
|
# make sure redis (container) is running and accessible
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user