diff options
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf b/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf new file mode 100644 index 0000000..d2b6c9a --- /dev/null +++ b/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf @@ -0,0 +1,7 @@ +/var/log/lora-pkt-fwd*.log /var/log/lora-network-server.log { + size 512k + rotate 4 + compress + copytruncate + missingok +} |