diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-08-30 13:23:36 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-08-30 13:23:36 +0200 |
commit | fce637395dc821611f33b54aeaefa26e0b2c4175 (patch) | |
tree | 4a08f3e0c098629c148a391bea1aab7a686509f7 /src/test | |
parent | bad70ab9ccf4de5b258aa3a6fd5e0f6df02f11f7 (diff) | |
download | moa-zs-fce637395dc821611f33b54aeaefa26e0b2c4175.tar.gz moa-zs-fce637395dc821611f33b54aeaefa26e0b2c4175.tar.bz2 moa-zs-fce637395dc821611f33b54aeaefa26e0b2c4175.zip |
Logging: Add and Document Log Levels of Components
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/config/application.yaml | 12 |
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). |