bootique / bootique-logback

Provides Logback integration with Bootique
http://bootique.io
Apache License 2.0
6 stars 10 forks source link

Support mapping separate appenders for different loggers #40

Closed andrus closed 6 years ago

andrus commented 7 years ago

Occasionally we need to split loggers by file, or more generally by appender. For this we need to support BQ configuration of the existing Logback feature that allows to associate loggers with appenders. Here is an example.