]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
log: bump LXC_LOG_BUFFER_SIZE to 4096 1266/head
authorTycho Andersen <tycho.andersen@canonical.com>
Mon, 31 Oct 2016 19:48:38 +0000 (19:48 +0000)
committerTycho Andersen <tycho.andersen@canonical.com>
Mon, 31 Oct 2016 20:45:50 +0000 (20:45 +0000)
We need to log longer lines due to CRIU arguments.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
src/lxc/log.h

index 7a366009169e7e7ec7be882071e01ab60581a3fa..3c0bbaacfd12e11f8219ed89798c1fce1780ef0a 100644 (file)
@@ -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__)