From: Tycho Andersen Date: Mon, 31 Oct 2016 19:48:38 +0000 (+0000) Subject: log: bump LXC_LOG_BUFFER_SIZE to 4096 X-Git-Tag: lxc-2.1.0~282^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1266%2Fhead;p=thirdparty%2Flxc.git log: bump LXC_LOG_BUFFER_SIZE to 4096 We need to log longer lines due to CRIU arguments. Signed-off-by: Tycho Andersen --- diff --git a/src/lxc/log.h b/src/lxc/log.h index 7a3660091..3c0bbaacf 100644 --- a/src/lxc/log.h +++ b/src/lxc/log.h @@ -46,7 +46,7 @@ #endif #define LXC_LOG_PREFIX_SIZE 32 -#define LXC_LOG_BUFFER_SIZE 1024 +#define LXC_LOG_BUFFER_SIZE 4096 /* This attribute is required to silence clang warnings */ #if defined(__GNUC__)