audit logs to authpriv and send to separate file
This commit is contained in:
parent
347192ecdc
commit
cd7fb8cb77
3 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ export IDP_LOG_CONSOLE=true
|
|||
# Syslog (for Audit and F-TICKS)
|
||||
export IDP_SYSLOG_HOST=log.sveidas.se
|
||||
export IDP_SYSLOG_PORT=514
|
||||
export IDP_AUDIT_SYSLOG_FACILITY=AUTHPRIV
|
||||
|
||||
# F-TICKS and Audit
|
||||
export IDP_FTICKS_FEDERATION_ID=eIDAS
|
||||
|
|
|
@ -19,6 +19,7 @@ export IDP_LOG_CONSOLE=true
|
|||
# Syslog (for Audit and F-TICKS)
|
||||
export IDP_SYSLOG_HOST=log.qa.sveidas.se
|
||||
export IDP_SYSLOG_PORT=514
|
||||
export IDP_AUDIT_SYSLOG_FACILITY=AUTHPRIV
|
||||
|
||||
# F-TICKS and Audit
|
||||
export IDP_FTICKS_FEDERATION_ID=eIDAS
|
||||
|
|
1
log.qa.sveidas.se/overlay/etc/rsyslog.d/99-audit.conf
Normal file
1
log.qa.sveidas.se/overlay/etc/rsyslog.d/99-audit.conf
Normal file
|
@ -0,0 +1 @@
|
|||
authpriv.* -/var/log/authpriv
|
Loading…
Add table
Reference in a new issue