Skip to content

Commit

Permalink
log: bump LXC_LOG_BUFFER_SIZE to 4096
Browse files Browse the repository at this point in the history
We need to log longer lines due to CRIU arguments.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
  • Loading branch information
Tycho Andersen committed Oct 31, 2016
1 parent 5f4e44a commit ed408e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/log.h
Expand Up @@ -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__)
Expand Down

0 comments on commit ed408e6

Please sign in to comment.