omni::structuredlog::kPrivacyFileSetting

Defined in omni/structuredlog/StructuredLogSettingsUtils.h

constexpr const char *omni::structuredlog::kPrivacyFileSetting = "/structuredLog/privacySettingsFile"

The setting path for the privacy settings file to load.

This allows the default location of the privacy settings file to be overridden. The default location for the privacy settings file is $HOME/.nvidia-omniverse/config/privacy.toml on all platforms, where $HOME on Windows is USERPROFILE%). Note that even if this setting is used and it points to a valid file, the settings from the defaultprivacy.toml` file will still be loaded first if it is present. The settings in the file specified here will simply override any settings given in the default file. This allows any missing settings in the new file to still be provided by what was present in the default file’s location.