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-network-server | |
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-network-server')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf b/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf deleted file mode 100644 index 01a1cc0..0000000 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf +++ /dev/null @@ -1,7 +0,0 @@ -/var/log/lora-*.log { - size 512k - rotate 4 - compress - copytruncate - missingok -} |