summaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-10-15 22:55:22 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-10-15 22:55:22 +0300
commit61d9f8d1f1ef24cd42c12951036aa83b8c008b15 (patch)
tree61b1afd2d320e35372ff210618403cae2ce66303 /src/log.h
parentf18acffe59da724a4ef5cd0650b803af8be6f40e (diff)
added config file option to disable web gzip compression
Diffstat (limited to 'src/log.h')
-rwxr-xr-xsrc/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log.h b/src/log.h
index 5e6fe1b06e..d9868c61f9 100755
--- a/src/log.h
+++ b/src/log.h
@@ -25,9 +25,9 @@
#define D_DICTIONARY 0x00040000
#define D_MEMORY 0x00080000
-#define DEBUG (D_WEB_CLIENT_ACCESS|D_LISTENER|D_RRD_STATS)
+//#define DEBUG (D_WEB_CLIENT_ACCESS|D_LISTENER|D_RRD_STATS)
//#define DEBUG 0xffffffff
-//#define DEBUG (0)
+#define DEBUG (0)
extern unsigned long long debug_flags;