From 0d6d0ae37113a42384f87725b6afa74d669cc77b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 28 Feb 2011 15:24:16 +0100 Subject: [PATCH] Increase logline max length. --- src/util-debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-debug.h b/src/util-debug.h index ec0309f636..b3fe0021ce 100644 --- a/src/util-debug.h +++ b/src/util-debug.h @@ -79,7 +79,7 @@ typedef enum { #define SC_LOG_DEF_LOG_FORMAT "[%i] %t - (%f:%l) <%d> (%n) -- " /* The maximum length of the log message */ -#define SC_LOG_MAX_LOG_MSG_LEN 1024 +#define SC_LOG_MAX_LOG_MSG_LEN 2048 /* The maximum length of the log format */ #define SC_LOG_MAX_LOG_FORMAT_LEN 128