Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
f0041b0e
Commit
f0041b0e
authored
Apr 29, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mentions of legacy component-filter option
(cherry picked from commit
422ae141
) Close #1064.
parent
f2ccd2a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
CHANGELOG.md
CHANGELOG.md
+0
-1
libcaf_core/caf/defaults.hpp
libcaf_core/caf/defaults.hpp
+0
-1
manual/ConfiguringActorApplications.rst
manual/ConfiguringActorApplications.rst
+5
-5
No files found.
CHANGELOG.md
View file @
f0041b0e
...
@@ -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`
...
...
libcaf_core/caf/defaults.hpp
View file @
f0041b0e
...
@@ -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
;
...
...
manual/ConfiguringActorApplications.rst
View file @
f0041b0e
...
@@ -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).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment