Skip to content

Commit 97109ab

Browse files
author
Marius Sturm
committed
disbale debug output
1 parent e216537 commit 97109ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_log_gelf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
module AP_MODULE_DECLARE_DATA log_gelf_module;
2626

27-
static int verbose = 1;
27+
static int verbose = 0;
2828
static char errbuf[1024];
2929

3030
typedef struct {

0 commit comments

Comments
 (0)