Skip to content

Commit

Permalink
rename httpd-requests in httpd.apache
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Jun 28, 2022
1 parent 526c7c0 commit e164c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pf/constants/syslog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ our @SyslogInfo = (
},
{
'description' => 'httpd Apache requests log',
'name' => 'httpd-requests',
'name' => 'httpd.apache',
'conditions' => [
'$programname contains "httpd_collector"',
'$programname contains "httpd_proxy"',
Expand Down
2 changes: 1 addition & 1 deletion lib/pf/file_paths.pm
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ $connectors_config_file = catdir($conf_dir,"connectors.conf");

@log_files = map {catfile($log_dir, $_)}
qw(
fingerbank.log httpd-requests api-frontend.log
fingerbank.log httpd.apache api-frontend.log
pfacct.log pfstats.log packetfence.log pfdhcp.log
pfdns.log pfconfig.log pfdetect.log pffilter.log
pfdhcplistener.log pfcron.log pfsso.log
Expand Down
2 changes: 1 addition & 1 deletion packetfence.logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
su root pf
}

/usr/local/pf/logs/httpd-requests {
/usr/local/pf/logs/httpd.apache {
daily
rotate 7
missingok
Expand Down

0 comments on commit e164c7a

Please sign in to comment.