Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Fix LoggingFilter constructor

Closed Jean Claude Correale requested to merge hotfix into main
@@ -23,16 +23,6 @@ management:
ssl:
enabled: false
logging:
level:
com.aruba.simpl.client.util: DEBUG
org.springframework.cloud.gateway: DEBUG
reactor.netty.http.client: DEBUG
web: DEBUG
org.springframework:
web.client: DEBUG
security: DEBUG
custom-ssl:
enabled: true
key-store-location: "${CERTS_FOLDER:}keystore.p12"
Loading