diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-07-11 11:59:35 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-07-11 11:59:35 -0500 |
commit | 86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604 (patch) | |
tree | b0c8c097417f505bf3a227c86de44337c35cbb9e /recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf | |
parent | 2089e3b08f775687c2827b790f5d1cf27c71f064 (diff) | |
download | meta-mlinux-86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604.tar.gz meta-mlinux-86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604.tar.bz2 meta-mlinux-86d3fd8e3e86bb3a30d55c3719c77d9ebb7c3604.zip |
move lora logging configuration to new recipe
Diffstat (limited to 'recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf')
-rw-r--r-- | recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf new file mode 100644 index 0000000..01a1cc0 --- /dev/null +++ b/recipes-connectivity/lora/lora-logging/lora-logging.logrotate.conf @@ -0,0 +1,7 @@ +/var/log/lora-*.log { + size 512k + rotate 4 + compress + copytruncate + missingok +} |