diff options
Diffstat (limited to 'etc/logrotate.conf')
-rw-r--r-- | etc/logrotate.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/logrotate.conf b/etc/logrotate.conf new file mode 100644 index 00000000..41bf4edc --- /dev/null +++ b/etc/logrotate.conf @@ -0,0 +1,7 @@ +/opt/app/VESCollector/logs/collector.log { + size 64M + rotate 10 + copytruncate + dateext + dateformat .%Y-%m-%dT%H:%M:%S +}
\ No newline at end of file |