Skip to content

Commit

Permalink
Refactor: Use spring's logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Mar 29, 2019
1 parent 56a4b11 commit af269de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 136 deletions.
136 changes: 0 additions & 136 deletions src/main/resources/logback.xml

This file was deleted.

14 changes: 14 additions & 0 deletions wolfia.example.yaml
Expand Up @@ -13,3 +13,17 @@ server:

sentry:
dsn: "" # Error aggregation service. See https://sentry.io

spring:
output:
ansi:
enabled: always

logging:
file: './logs/wolfia.log'
file.max-history: 30
file.max-size: 1GB

level:
root: INFO
space.npstr: DEBUG

0 comments on commit af269de

Please sign in to comment.