Helper component to configure logging. More...
#include <userver/components/logging_configurator.hpp>
Inheritance diagram for components::LoggingConfigurator:
Collaboration diagram for components::LoggingConfigurator:Public Member Functions | |
| LoggingConfigurator (const ComponentConfig &config, const ComponentContext &context) | |
Static Public Member Functions | |
| static yaml_config::Schema | GetStaticConfigSchema () |
Static Public Attributes | |
| static constexpr std::string_view | kName = "logging-configurator" |
| The default name of components::LoggingConfigurator component. | |
Helper component to configure logging.
The functionality is not in Trace or Logger components because that introduces circular dependency between Logger and DynamicConfig.
| Name | Description | Default value |
|---|---|---|
| limited-logging-enable | set to true to make LOG_LIMITED drop repeated logs | - |
| limited-logging-interval | utils::StringToDuration suitable duration string to group repeated logs into one message | - |
Definition at line 44 of file logging_configurator.hpp.