kDefaultEnableJsonStdout#
Fully qualified name: omni::structuredlog::kDefaultEnableJsonStdout
Defined in omni/structuredlog/StructuredLogSettingsUtils.h
-
constexpr bool omni::structuredlog::kDefaultEnableJsonStdout = false#
The default enable mode for the ‘JSON on stdout’ feature.
This functionality should only be enabled if absolutely needed since it will affect multiple other settings across the structured logging system and the standard logger. Note that this will also default to
true
if/app/coreapi/alpha/enabled
is also enabled. This will effectively enable this feature by default for CoreAPI services.