Commit 778d5d64 authored by Greg Williams's avatar Greg Williams
Browse files

Bumped up max log message length to eliminate overflow

parent e25bd358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include <pthread.h>
#include <time.h>

#define KINETIC_LOGGER_BUFFER_STR_MAX_LEN 256
#define KINETIC_LOGGER_BUFFER_STR_MAX_LEN 512
#define KINETIC_LOGGER_BUFFER_SIZE (0x1 << 12)
#define KINETIC_LOGGER_FLUSH_INTERVAL_SEC 180
#define KINETIC_LOGGER_SLEEP_TIME_SEC 10