From b2313c602ada97ac94509d9b61dc55adc37ac742 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 26 Sep 2022 11:30:24 +0200 Subject: [PATCH] new pinner logrotate config --- setup-scripts/logrotate.d/skynet-webportal-pinner | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup-scripts/logrotate.d/skynet-webportal-pinner diff --git a/setup-scripts/logrotate.d/skynet-webportal-pinner b/setup-scripts/logrotate.d/skynet-webportal-pinner new file mode 100644 index 00000000..a12a17bb --- /dev/null +++ b/setup-scripts/logrotate.d/skynet-webportal-pinner @@ -0,0 +1,11 @@ +/home/user/skynet-webportal/docker/data/pinner/*.log { + daily + rotate 10 + minsize 100M + copytruncate + notifempty + dateext + missingok + compress + compressoptions --best +}