Commit 0ee541d7 authored by Dominik Charousset's avatar Dominik Charousset

Remove long-deprecated config options

parent 7911ddc1
...@@ -153,10 +153,6 @@ actor_system_config::actor_system_config() ...@@ -153,10 +153,6 @@ actor_system_config::actor_system_config()
"sets the verbosity (quiet|error|warning|info|debug|trace)") "sets the verbosity (quiet|error|warning|info|debug|trace)")
.add(logger_inline_output, "inline-output", .add(logger_inline_output, "inline-output",
"sets whether a separate thread is used for I/O") "sets whether a separate thread is used for I/O")
.add(logger_file_name, "filename",
"deprecated (use file-name instead)")
.add(logger_component_filter, "filter",
"deprecated (use component-filter instead)");
opt_group{custom_options_, "middleman"} opt_group{custom_options_, "middleman"}
.add(middleman_network_backend, "network-backend", .add(middleman_network_backend, "network-backend",
"sets the network backend to either 'default' or 'asio' (if available)") "sets the network backend to either 'default' or 'asio' (if available)")
......
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