From 2d19c4d653ec6b52df7ef15771edec5374eaf32e Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Mon, 21 May 2018 10:43:55 -0500 Subject: lora: add packet forwarder logging and rotation configuration --- .../lora-packet-forwarder-geolocation.logrotate.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-connectivity/lora/lora-packet-forwarder-geolocation/lora-packet-forwarder-geolocation.logrotate.conf (limited to 'recipes-connectivity/lora/lora-packet-forwarder-geolocation') 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 +} -- cgit v1.2.3