Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Aug 30, 2024
1 parent 58a38c5 commit cac9a35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Docs/Ayon_Docs/Admin_Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,24 @@ as an alias for the Hou19.5 entry because they share the same resolver.

#### Usd Resolver Config

`ayon+settings://ayon_usd/Ayon_UsdResolver_Settings`
`ayon+settings://ayon_usd/ayon_usd_resolver`

**Log Lvl** `ayon+settings://ayon_usd/Ayon_UsdResolver_Settings/ayon_log_lvl`
**Log Lvl** `ayon+settings://ayon_usd/ayon_usd_resolver/ayon_log_lvl`
control the log lvl of the AyonUsdResolver. It is advised to have this at Warn
or Critical as Logging will impact the performance.

**File Logger Enabled**
`ayon+settings://ayon_usd/Ayon_UsdResolver_Settings/ayon_file_logger_enabled`
`ayon+settings://ayon_usd/ayon_usd_resolver/ayon_file_logger_enabled`
AyonUsdResolver includes a file logger if needed.

**Logging Keys**
`ayon+settings://ayon_usd/Ayon_UsdResolver_Settings/ayon_logger_logging_keys`
`ayon+settings://ayon_usd/ayon_usd_resolver/ayon_logger_logging_keys`
AyonUsdResolver Logger has a few predefined logging keys that can be enabled for
Debugging. it is advised to only do this with Developer bundles as it can expose
AYON Server data. it will also generate quite a big output.

**File Logger Path**
`ayon+settings://ayon_usd/Ayon_UsdResolver_Settings/file_logger_file_path` The
`ayon+settings://ayon_usd/ayon_usd_resolver/file_logger_file_path` The
Ayon File Logger needs an output path this needs to be a relative or absolute
path to a folder.

Expand Down

0 comments on commit cac9a35

Please sign in to comment.