userver: components::LoggingConfigurator Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts

#include <userver/components/logging_configurator.hpp>

Detailed Description

Helper component to configure logging.

The functionality is not in Trace or Logger components because that introduces circular dependency between Logger and DynamicConfig.

Dynamic config

Static options:

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 -

Config example:

    logging-configurator:
      limited-logging-enable: true
      limited-logging-interval: 1s

Definition at line 44 of file 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.
 

The documentation for this class was generated from the following file: