pilosus / dienstplan

Slack bot app for duty rotations
https://dienstplan-slack.pilosus.org
Other
21 stars 1 forks source link

[TECH] Remove log config scanning from the default config #98

Closed pilosus closed 1 year ago

pilosus commented 1 year ago

Define a technical problem. The default config file for logging logback.xml contains

<configuration debug="true" scan="true" scanPeriod="30 seconds"> ... </configuration>

It's ok for local debugging, but not really needed for users

Describe possible solution. Remove scan argument or set to false