summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index ed43d88bb2..cc65e46e07 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -149,7 +149,7 @@ void add_stream_log(int loglevel, const char *name, FILE *stream)
lf->filename = name;
lf->needs_close = 0;
lf->loglevel = loglevel;
- lf->max_loglevel = LOG_EMERG;
+ lf->max_loglevel = LOG_ERR;
lf->file = stream;
lf->next = logfiles;
logfiles = lf;