new configuration version
This commit is contained in:
parent
4d6cc5807f
commit
dc58854d65
|
@ -46,7 +46,7 @@ spec:
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
maxUnavailable: "50%"
|
maxUnavailable: "50%"
|
||||||
git:
|
git:
|
||||||
tag: "r-0fcea0ae54f7c32644331ee1e07ec004989e173c"
|
tag: "r-7e5c3b871a601f4a7e5464b8fbf4ce72900cd5ab"
|
||||||
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-fido-uaf"
|
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-fido-uaf"
|
||||||
credentials: "git-credentials"
|
credentials: "git-credentials"
|
||||||
keystores:
|
keystores:
|
||||||
|
|
|
@ -14,8 +14,12 @@ Configuration:
|
||||||
Logger:
|
Logger:
|
||||||
- name: "ch.nevis.auth.fido.application.Application"
|
- name: "ch.nevis.auth.fido.application.Application"
|
||||||
level: "INFO"
|
level: "INFO"
|
||||||
|
- name: "OpTrace"
|
||||||
|
level: "INFO"
|
||||||
|
- name: "ch.nevis.auth.fido.api.uaf"
|
||||||
|
level: "DEBUG"
|
||||||
Root:
|
Root:
|
||||||
level: "WARN"
|
level: "DEBUG"
|
||||||
additivity: "false"
|
additivity: "false"
|
||||||
AppenderRef:
|
AppenderRef:
|
||||||
- ref: "SERVER"
|
- ref: "SERVER"
|
||||||
|
|
Loading…
Reference in New Issue