Skip to content

Commit

Permalink
[PAGOPA-2687] chore: setting APIConfig's Actor on logback to ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Feb 27, 2025
1 parent b5fd038 commit 8ed179c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-fdr/helm/config/prod/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<logger name="eu.sia.pagopa" level="INFO" />
<logger name="eu.sia.pagopa.input" level="INFO" />
<logger name="eu.sia.pagopa.common.actor.HttpActorPerRequest" level="INFO" />
<logger name="eu.sia.pagopa.config.actor.ApiConfigActor" level="ERROR" />

<logger name="com.zaxxer.hikari.HikariConfig" level="INFO"/>

Expand Down

0 comments on commit 8ed179c

Please sign in to comment.