omni::structuredlog::kLogDirectory

Defined in omni/structuredlog/StructuredLogSettingsUtils.h

constexpr const char *omni::structuredlog::kLogDirectory = "/structuredLog/logDirectory"

Specifies the directory that log files should be written to.

This is also the directory that the telemetry transmitter app will check for when enumerating and consuming logs. This must always be a local path and may be either absolute or relative. The default location is $HOME/.nvidia-omniverse/logs/ (where $HOME is USERPROFILE% on Windows and the usual meaning on POSIX platforms). This setting is mainly intended for testing and the default directory should be used whenever possible. If this setting is used in a Kit launch (either on command line or in a config file), it will be passed on to the telemetry transmitter app when it gets launched.