diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-09 07:10:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-09 07:10:53 +0000 |
commit | 7436a908e240b9edcd12c21e90620abdb09f9511 (patch) | |
tree | b59feb31b599077d501bc52e2d7c543c8a248422 /logrotate | |
parent | 39352f18ea3d446503b2b77e21f3457f5420cf9d (diff) |
automatic import of resallocopeneuler23.03
Diffstat (limited to 'logrotate')
-rw-r--r-- | logrotate | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/logrotate b/logrotate new file mode 100644 index 0000000..f1ff9a3 --- /dev/null +++ b/logrotate @@ -0,0 +1,15 @@ +compress + +/var/log/resallocserver/main.log { + missingok + notifempty + rotate 4 + weekly + copytruncate +} + +/var/log/resallocserver/hooks.log { + missingok + rotate 7 + daily +} |