Config audit logging for connector in QA, SC-2670
This commit is contained in:
parent
18b3853f39
commit
42fdcfac11
1 changed files with 3 additions and 2 deletions
|
@ -132,8 +132,8 @@ saml:
|
||||||
audit:
|
audit:
|
||||||
in-memory:
|
in-memory:
|
||||||
capacity: 1000
|
capacity: 1000
|
||||||
file:
|
log-system:
|
||||||
log-file: ${CONNECTOR_DIRECTORY}/logs/audit.log
|
logger-name: "AUDIT"
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
@ -141,3 +141,4 @@ logging:
|
||||||
swedenconnect:
|
swedenconnect:
|
||||||
opensaml: DEBUG
|
opensaml: DEBUG
|
||||||
eidas: INFO
|
eidas: INFO
|
||||||
|
config: file:${CONNECTOR_DIRECTORY}/logback.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue