aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-30 13:23:36 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-08-30 13:23:36 +0200
commitfce637395dc821611f33b54aeaefa26e0b2c4175 (patch)
tree4a08f3e0c098629c148a391bea1aab7a686509f7
parentbad70ab9ccf4de5b258aa3a6fd5e0f6df02f11f7 (diff)
downloadmoa-zs-fce637395dc821611f33b54aeaefa26e0b2c4175.tar.gz
moa-zs-fce637395dc821611f33b54aeaefa26e0b2c4175.tar.bz2
moa-zs-fce637395dc821611f33b54aeaefa26e0b2c4175.zip
Logging: Add and Document Log Levels of Components
-rw-r--r--src/test/resources/config/application.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/test/resources/config/application.yaml b/src/test/resources/config/application.yaml
index aaaf005..dae261a 100644
--- a/src/test/resources/config/application.yaml
+++ b/src/test/resources/config/application.yaml
@@ -6,11 +6,21 @@
logging:
level:
root: WARN
+ # Spring Framework related messages
org.springframework: WARN
+ # Packages from EGIZ
at.gv: INFO
- iaik: INFO
+ # MOA SPSS
+ at.gv.egovernment.moa.spss: WARN
+ at.gv.egovernment.moaspss: WARN
+ # EAAF COMPONENTS
+ at.gv.egiz.eid: WARN
+ # MOA ZS
+ at.gv.egiz.moazs: INFO
at.gv.egiz.moazs.backend.SignatureVerifier: INFO
at.gv.egiz.moazs.backend.LogResponseSink: INFO
+ # IAIK Crypto Libs
+ iaik: WARN
# Log incoming / outgoing messages on services and clients.
# (Incoming and outgoing messages are logged to INFO).