summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rwxr-xr-xsrc/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 28812ea5..2553d202 100755
--- a/src/log.c
+++ b/src/log.c
@@ -44,7 +44,7 @@ static const char *program_path;
#define LOG_FILE_PATH "/opt/usr/data/network/connman.log"
#define MAX_LOG_SIZE 1 * 1024 * 1024
-#define MAX_LOG_COUNT 1
+#define MAX_LOG_COUNT 15
#define openlog __connman_log_open
#define closelog __connman_log_close