Tagged articles
1 articles
Page 1 of 1
Programmer DD
Programmer DD
Nov 23, 2018 · Backend Development

Dynamically Change Log Levels with Logback TurboFilter in Java

This article explains why and how to use Logback's TurboFilter to dynamically modify log levels, compares it with traditional filters, provides a concrete Java implementation that redirects ERROR logs to WARN, and shows the necessary XML and programmatic configurations.

DynamicLogLevelJavaTurboFilter
0 likes · 4 min read
Dynamically Change Log Levels with Logback TurboFilter in Java