Skip to content

Commit

Permalink
Changes to default and test logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed May 17, 2024
1 parent 769ff3d commit 6888d6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/assembly/dist/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ logging:
archive: false
timeZone: system
currentLogFilename: /var/opt/dans.knaw.nl/log/dd-manage-deposit/dd-manage-deposit.log
loggers:
'org.hibernate.engine.internal.StatisticalLoggingSessionEventListener': 'OFF'
5 changes: 4 additions & 1 deletion src/test/resources/debug-etc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ logging:
timeZone: system
currentLogFilename: data/dd-manage-deposit.log
- type: console
logFormat: "%-5p [%d{ISO8601}] [%t] %c: %m%n%rEx"
logFormat: "%-5p [%d{ISO8601}] [%t] %c: %m%n%rEx"
loggers:
'nl.knaw.dans': DEBUG
'org.hibernate.engine.internal.StatisticalLoggingSessionEventListener': 'OFF'

0 comments on commit 6888d6d

Please sign in to comment.