Skip to content

Commit

Permalink
Merge pull request #146 from georchestra/better-default-logs
Browse files Browse the repository at this point in the history
Enable accessLogs by default and remove debug headers ones
  • Loading branch information
f-necas authored Oct 7, 2024
2 parents b1d9750 + 49c0ad6 commit a00c95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ logging:
'[org.springframework.cloud.gateway]': info
'[org.springframework.security]': info
'[org.springframework.security.oauth2]': debug
'[reactor.netty.http ]': debug
'[reactor.netty.http]': info
'[org.georchestra.gateway]': info
'[org.georchestra.gateway.filter.headers]': debug
'[org.georchestra.gateway.filter.headers]': info
'[org.georchestra.gateway.config.security]': debug
'[org.georchestra.gateway.config.security.accessrules]': debug
'[org.georchestra.gateway.security.ldap]': debug
Expand Down

0 comments on commit a00c95d

Please sign in to comment.