Skip to content

0.9.29 Logger and thread name as Loki labels for Logback appender

Compare
Choose a tag to compare
@tkowalcz tkowalcz released this 26 Mar 14:53
· 23 commits to master since this release

PR #108 adds logger_name and thread_name tags to configuration. This enables passing logger name and logging thread name as a Loki label with every line logged.

Thank you @jeantil for contributing the implementation.