Skip to content

Commit

Permalink
Don't log to stdout in the default dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Sep 15, 2024
1 parent c72d45f commit 098d75d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions verkeersdrukte/src/dist/configuration.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ logging: !<default>
currentLogFilename: verkeersdrukte.log
archivedLogFilenamePattern: verkeersdrukte.log.%d
archivedFileCount: 10
- type: console
logFormat: "%d{yyyy-MM-dd} | %d{HH:mm:ss.SSS} | %-15.15thread | %5p | %-25.25logger{25} | %m%n"
target: "STDOUT"
server: !<default>
adminConnectors: []
applicationConnectors:
Expand Down

0 comments on commit 098d75d

Please sign in to comment.