summaryrefslogtreecommitdiffstats
path: root/logger_service/server/cfg
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:39:24 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:39:24 +0900
commit91f5345046f18f406071befd62e0e05322a5a1de (patch)
tree74fb8e365988ae7aef69711a053a50045977abbd /logger_service/server/cfg
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
ss-loggerservice branch
Diffstat (limited to 'logger_service/server/cfg')
-rw-r--r--logger_service/server/cfg/logrotate.conf7
-rw-r--r--logger_service/server/cfg/syslog.conf4
2 files changed, 11 insertions, 0 deletions
diff --git a/logger_service/server/cfg/logrotate.conf b/logger_service/server/cfg/logrotate.conf
new file mode 100644
index 00000000..b7daffc3
--- /dev/null
+++ b/logger_service/server/cfg/logrotate.conf
@@ -0,0 +1,7 @@
+# /etc/logrotate.conf - Configuration file for logrotate(8)
+/ramd/log/frameworkunifiedlog/syslog/syslog.log {
+maxsize 200K
+size 200K
+rotate 1
+create
+}
diff --git a/logger_service/server/cfg/syslog.conf b/logger_service/server/cfg/syslog.conf
new file mode 100644
index 00000000..097ebabf
--- /dev/null
+++ b/logger_service/server/cfg/syslog.conf
@@ -0,0 +1,4 @@
+# /etc/syslog.conf - Configuration file for syslogd(8)
+#selector action
+daemon,user,local0.* /ramd/log/frameworkunifiedlog/syslog/syslog.log
+