diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-05-21 10:43:55 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-05-21 10:43:55 -0500 |
commit | 2d19c4d653ec6b52df7ef15771edec5374eaf32e (patch) | |
tree | 70acde29949b48c951e790381c9eae356e187990 /recipes-connectivity/lora/lora-packet-forwarder-geolocation | |
parent | 8959ea2dd7f1c4f75ee90a198610839b854a2e07 (diff) | |
download | meta-mlinux-2d19c4d653ec6b52df7ef15771edec5374eaf32e.tar.gz meta-mlinux-2d19c4d653ec6b52df7ef15771edec5374eaf32e.tar.bz2 meta-mlinux-2d19c4d653ec6b52df7ef15771edec5374eaf32e.zip |
lora: add packet forwarder logging and rotation configuration
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder-geolocation')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder-geolocation/lora-packet-forwarder-geolocation.logrotate.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation/lora-packet-forwarder-geolocation.logrotate.conf b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/lora-packet-forwarder-geolocation.logrotate.conf new file mode 100644 index 0000000..01a1cc0 --- /dev/null +++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation/lora-packet-forwarder-geolocation.logrotate.conf @@ -0,0 +1,7 @@ +/var/log/lora-*.log { + size 512k + rotate 4 + compress + copytruncate + missingok +} |