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). ...@@ -408,7 +408,6 @@ is based on [Keep a Changelog](https://keepachangelog.com).
+ `logger_file_format` + `logger_file_format`
+ `logger_console` + `logger_console`
+ `logger_console_format` + `logger_console_format`
+ `logger_component_filter`
+ `logger_verbosity` + `logger_verbosity`
+ `logger_inline_output` + `logger_inline_output`
+ `middleman_network_backend` + `middleman_network_backend`
......
...@@ -86,7 +86,6 @@ constexpr auto default_log_level = string_view { ...@@ -86,7 +86,6 @@ constexpr auto default_log_level = string_view {
#endif #endif
}; };
constexpr auto component_filter = string_view{""};
constexpr auto console = string_view{"none"}; constexpr auto console = string_view{"none"};
constexpr auto console_format = string_view{"%m"}; constexpr auto console_format = string_view{"%m"};
constexpr auto console_verbosity = default_log_level; constexpr auto console_verbosity = default_log_level;
......
...@@ -382,8 +382,8 @@ at the moment. The recognized field identifiers are: ...@@ -382,8 +382,8 @@ at the moment. The recognized field identifiers are:
Filtering Filtering
~~~~~~~~~ ~~~~~~~~~
The two configuration options ``logger-component-filter`` and The two configuration options ``logger.component-blacklist`` and
``logger-verbosity`` reduce the amount of generated log events. The ``logger.(file|console)-verbosity`` reduce the amount of generated log events.
former is a list of excluded component names and the latter can increase the 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 reported severity level (but not decrease it beyond the level defined at compile
compile time). 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