Commit f0041b0e authored by Dominik Charousset's avatar Dominik Charousset

Remove mentions of legacy component-filter option

(cherry picked from commit 422ae141)

Close #1064.
parent f2ccd2a1
......@@ -408,7 +408,6 @@ is based on [Keep a Changelog](https://keepachangelog.com).
+ `logger_file_format`
+ `logger_console`
+ `logger_console_format`
+ `logger_component_filter`
+ `logger_verbosity`
+ `logger_inline_output`
+ `middleman_network_backend`
......
......@@ -86,7 +86,6 @@ constexpr auto default_log_level = string_view {
#endif
};
constexpr auto component_filter = string_view{""};
constexpr auto console = string_view{"none"};
constexpr auto console_format = string_view{"%m"};
constexpr auto console_verbosity = default_log_level;
......
......@@ -382,8 +382,8 @@ at the moment. The recognized field identifiers are:
Filtering
~~~~~~~~~
The two configuration options ``logger-component-filter`` and
``logger-verbosity`` reduce the amount of generated log events. The
former is a list of excluded component names and the latter can increase the
reported severity level (but not decrease it beyond the level defined at
compile time).
The two configuration options ``logger.component-blacklist`` and
``logger.(file|console)-verbosity`` reduce the amount of generated log events.
The former is a list of excluded component names and the latter can increase the
reported severity level (but not decrease it beyond the level defined at compile
time).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment