Skip to content

Commit

Permalink
Fix expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Jan 20, 2025
1 parent a93655f commit 4204d40
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ entur.logging.request-response.max-size=131072
entur.logging.request-response.max-body-size=131072

# do not log health checks etc
logbook.predicate.exclude[0]=/actuator/health
logbook.predicate.exclude[1]=/actuator/health/liveness
logbook.predicate.exclude[2]=/actuator/health/readiness
logbook.predicate.exclude[3]=/actuator/prometheus
logbook.predicate.exclude[4]=/actuator/info
logbook.predicate.exclude[5]=/actuator/env
logbook.predicate.exclude[6]=/actuator/metrics
logbook.predicate.exclude[7]=/actuator/loggers
logbook.predicate.exclude.path[0]=/actuator/health
logbook.predicate.exclude.path[1]=/actuator/health/liveness
logbook.predicate.exclude.path[2]=/actuator/health/readiness
logbook.predicate.exclude.path[3]=/actuator/prometheus
logbook.predicate.exclude.path[4]=/actuator/info
logbook.predicate.exclude.path[5]=/actuator/env
logbook.predicate.exclude.path[6]=/actuator/metrics
logbook.predicate.exclude.path[7]=/actuator/loggers
# swagger-related
logbook.predicate.exclude[8]=/favicon.*
logbook.predicate.exclude[9]=/v2/api-docs
logbook.predicate.exclude[10]=/v2/api-docs/**
logbook.predicate.exclude[11]=/v3/api-docs
logbook.predicate.exclude[12]=/v3/api-docs/**
logbook.predicate.exclude[13]=/swagger
logbook.predicate.exclude.path[8]=/favicon.*
logbook.predicate.exclude.path[9]=/v2/api-docs
logbook.predicate.exclude.path[10]=/v2/api-docs/**
logbook.predicate.exclude.path[11]=/v3/api-docs
logbook.predicate.exclude.path[12]=/v3/api-docs/**
logbook.predicate.exclude.path[13]=/swagger
# Some apps use this
logbook.predicate.exclude[14]=/metrics
logbook.predicate.exclude.path[14]=/metrics

0 comments on commit 4204d40

Please sign in to comment.