kEmitLevelSetting#
Fully qualified name: omni::observability::kEmitLevelSetting
Defined in omni/observability/IObservability.h
-
constexpr char omni::observability::kEmitLevelSetting[] = "/observability/logs/emitLevel"#
Setting path to control the minimum log level that should be emitted over OTLP.
This may not necessarily be the same log level given in the core logging system or the
/log/levelsetting. If this setting’s value is lower than the core logging system’s current level, it will effectively be clamped to the logging system’s level (though it will still have a lower value in that case). If this setting’s value is higher than the logging system’s current log level, messages with a level below this value will be ignored.