diff --git a/src/util-debug.c b/src/util-debug.c index f1ac0463e505..d9af08c4381a 100644 --- a/src/util-debug.c +++ b/src/util-debug.c @@ -776,7 +776,7 @@ static inline SCLogOPIfaceCtx *SCLogInitConsoleOPIface(const char *log_format, } iface_ctx->log_level = tmp_log_level; - if (isatty(fileno(stdout))) { + if (isatty(fileno(stdout)) && isatty(fileno(stderr))) { iface_ctx->use_color = TRUE; }