diff options
author | Thomas <> | 2022-10-21 14:20:46 +0200 |
---|---|---|
committer | Thomas <> | 2022-10-21 14:20:46 +0200 |
commit | 7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b (patch) | |
tree | 1d3e7b0c1355073557cbcaa2d82c999dd28d023b /modules | |
parent | 55ab5856a90b065b2a645a62112b380f06cf751c (diff) | |
download | National_eIDAS_Gateway-7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b.tar.gz National_eIDAS_Gateway-7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b.tar.bz2 National_eIDAS_Gateway-7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b.zip |
refact(core): switch to Connector and Proxy-Service specific statistic loggers
Diffstat (limited to 'modules')
-rw-r--r-- | modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml index 30500bbc..b61a7a05 100644 --- a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml +++ b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml @@ -54,9 +54,6 @@ <bean id="eidasRevisionLogger" class="at.asitplus.eidas.specific.core.logger.RevisionLogger" /> - <bean id="eidasStatisticLogger" - class="at.asitplus.eidas.specific.core.logger.StatisticLogger" /> - <bean id="defaultErrorHandler" class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/> |