Commit ed408e66 by Tycho Andersen

log: bump LXC_LOG_BUFFER_SIZE to 4096

We need to log longer lines due to CRIU arguments. Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
parent 5f4e44a2
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#endif #endif
#define LXC_LOG_PREFIX_SIZE 32 #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 */ /* This attribute is required to silence clang warnings */
#if defined(__GNUC__) #if defined(__GNUC__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment