Helper component to configure logging.
More...
#include <userver/components/logging_configurator.hpp>
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:
Definition at line 44 of file logging_configurator.hpp.
The documentation for this class was generated from the following file: