diff options
| author | Adam Olsen | 2016-09-02 17:35:03 -0600 |
|---|---|---|
| committer | Adam Olsen | 2016-09-02 17:35:03 -0600 |
| commit | dd2d537cb281667201a5928ac0ca7a3bc592baee (patch) | |
| tree | d3f7da91da0bfcd529d6e1e4c046d7f9e7b05baa | |
| parent | 8d87c486b4ddbcdd7a1f5a6fd167e37bfaf8b0a3 (diff) | |
| download | eventmq-0.2.6.tar.gz eventmq-0.2.6.zip | |
change superdebug back0.2.6
| -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 |