Bug #263 ยป 0003-increase-log-buffer-to-1280-from-1024.patch
| src/util-debug.h | ||
|---|---|---|
| #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 1280 | ||
| /* The maximum length of the log format */ | ||
| #define SC_LOG_MAX_LOG_FORMAT_LEN 128 | ||