summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/connman.spec2
-rwxr-xr-xsrc/log.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index b571e59b..39690e63 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -4,7 +4,7 @@
Name: connman
Version: 1.29
-Release: 15
+Release: 16
License: GPL-2.0+
Summary: Connection Manager
Url: http://connman.net
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