Skip to content

Commit

Permalink
redirect GIN requests in fingerbank.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Jul 5, 2022
1 parent 1d5641e commit cc8e64d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/pf/constants/syslog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ our @SyslogInfo = (
{
'description' => 'Fingerbank log',
'name' => 'fingerbank.log',
'conditions' => [ '$syslogtag contains "fingerbank"' ]
'conditions' => [
'$syslogtag contains "fingerbank"',
'$msg contains "[GIN]",
]
},
{
'description' => 'PacketFence general log',
Expand Down

0 comments on commit cc8e64d

Please sign in to comment.