diff options
| -rw-r--r-- | eventmq/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventmq/conf.py b/eventmq/conf.py index 59c8f90..0c4b7cc 100644 --- a/eventmq/conf.py +++ b/eventmq/conf.py | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #: SUPER_DEBUG basically enables more debugging logs. Specifically the messages | 20 | #: SUPER_DEBUG basically enables more debugging logs. Specifically the messages |
| 21 | #: at different levels in the application. | 21 | #: at different levels in the application. |
| 22 | #: Default: False | 22 | #: Default: False |
| 23 | SUPER_DEBUG = True | 23 | SUPER_DEBUG = False |
| 24 | 24 | ||
| 25 | #: Don't show HEARTBEAT message when debug logging is enabled | 25 | #: Don't show HEARTBEAT message when debug logging is enabled |
| 26 | #: Default: True | 26 | #: Default: True |