summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rwxr-xr-xsrc/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log.c b/src/log.c
index ef0fe4fd..1dbd41a3 100755
--- a/src/log.c
+++ b/src/log.c
@@ -42,9 +42,9 @@ static const char *program_path;
#include <sys/stat.h>
#include <sys/time.h>
-#define LOG_FILE_PATH "/opt/usr/data/network/connman.log"
+#define LOG_FILE_PATH "/var/log/connman.log"
#define MAX_LOG_SIZE 1 * 1024 * 1024
-#define MAX_LOG_COUNT 3
+#define MAX_LOG_COUNT 1
#define openlog __connman_log_open
#define closelog __connman_log_close