kFileExportEnabledSetting#
Fully qualified name: omni::structuredlog::kFileExportEnabledSetting
Defined in omni/structuredlog/StructuredLogSettingsUtils.h
-
constexpr char omni::structuredlog::kFileExportEnabledSetting[] = "/structuredLog/fileExportEnabled"#
The setting path that controls whether structured log events are written to log files.
This setting is expected to be a boolean value. When set to
true, structured log events will be written to their configured log files. When set tofalse, file output will be disabled and events will only be sent to OpenTelemetry (if enabled) or other configured outputs. This setting defaults totrue.