mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
added audit and web_socket logs to logrotate
This commit is contained in:
parent
ab61cf1fc5
commit
c446a86074
@ -1,4 +1,5 @@
|
||||
# Centos, Redhat, Fedora
|
||||
/var/www/html/pandora_console/log/audit.log
|
||||
/var/www/html/pandora_console/log/console.log {
|
||||
weekly
|
||||
missingok
|
||||
|
@ -1,4 +1,5 @@
|
||||
# OpenSUSE, SLES
|
||||
/srv/www/htdocs/pandora_console/log/audit.log
|
||||
/srv/www/htdocs/pandora_console/log/console.log {
|
||||
weekly
|
||||
missingok
|
||||
|
@ -1,4 +1,5 @@
|
||||
# DEBIAN / UBUNTU
|
||||
/var/www/pandora_console/log/audit.log
|
||||
/var/www/pandora_console/log/console.log {
|
||||
weekly
|
||||
missingok
|
||||
|
@ -1,5 +1,6 @@
|
||||
/var/log/pandora/pandora_agent.log
|
||||
/var/log/pandora/pandora_server.log
|
||||
/var/log/pandora/web_socket.log
|
||||
/var/log/pandora/pandora_server.error {
|
||||
weekly
|
||||
missingok
|
||||
|
Loading…
x
Reference in New Issue
Block a user