[BUG] LOG_LEVEL
is for Level, not for advanced log filtering.
#5247
Labels
LOG_LEVEL
is for Level, not for advanced log filtering.
#5247
Context
#4837 introduced a significant change to the configuration:
logger.level
parameter is now not just a level, but actually a set of filtering directives. This has a few problems:{ "logger": { "level": "TR" } }
payload forPOST /configuration
will fail.Additionally, it just feels frustrating that after emphasizing many times in the Config RFC #3795 that configuration must be taken extra care of in terms of documentation, proper design choices, and breaking changes.
Proposal
logger.level
(LOG_LEVEL
) to be strictly log level as beforelogger.filter
(LOG_FILTER
) in addition to it. Document it's usage wellThe text was updated successfully, but these errors were encountered: