new configuration version
This commit is contained in:
parent
a4bc0c78af
commit
4d6cc5807f
|
@ -45,7 +45,7 @@ spec:
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
maxUnavailable: "50%"
|
maxUnavailable: "50%"
|
||||||
git:
|
git:
|
||||||
tag: "r-0fcea0ae54f7c32644331ee1e07ec004989e173c"
|
tag: "r-cd99dbf788e131a8698a4755e6a114747bc10c16"
|
||||||
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-auth"
|
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-auth"
|
||||||
credentials: "git-credentials"
|
credentials: "git-credentials"
|
||||||
keystores:
|
keystores:
|
||||||
|
|
|
@ -20,6 +20,14 @@ Configuration:
|
||||||
level: "ERROR"
|
level: "ERROR"
|
||||||
- name: "ch.nevis.esauth.events"
|
- name: "ch.nevis.esauth.events"
|
||||||
level: "FATAL"
|
level: "FATAL"
|
||||||
|
- name: "AuthEngine"
|
||||||
|
level: "INFO"
|
||||||
|
- name: "AuthPerf"
|
||||||
|
level: "INFO"
|
||||||
|
- name: "OpTrace"
|
||||||
|
level: "INFO"
|
||||||
|
- name: "Script"
|
||||||
|
level: "DEBUG"
|
||||||
Root:
|
Root:
|
||||||
level: "WARN"
|
level: "WARN"
|
||||||
additivity: "false"
|
additivity: "false"
|
||||||
|
|
Loading…
Reference in New Issue