Skip to content

Commit

Permalink
feat: send the log to the console and explicitly disable file appende…
Browse files Browse the repository at this point in the history
…rs, not container friendly the files
  • Loading branch information
lfdesousa committed Jun 25, 2024
1 parent c82241b commit 1409ee0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,15 @@ server:
whitelabel:
enabled: false
logging:
pattern:
console: "%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n"
level:
root: info
appender:
console:
enabled: true
file:
enabled: false

camel:
springboot:
Expand Down

0 comments on commit 1409ee0

Please sign in to comment.