The entries in this enum correspond to the possible values of the HOUDINI_PDG_CACHE_DEBUG environment variable.
Values ¶
pdg.debugLevelCache.Off
Cache debug logging is disabled
pdg.debugLevelCache.Miss
Only messages about cache file misses are logged
pdg.debugLevelCache.Hit
Messages about both cache hits and misses are logged
pdg.debugLevelCache.Id
Messages about changes to a work item’s cache ID value are logged, as well as cache hits/misses
pdg.debugLevelCache.Handler
All messages are logged, including information about Custom Cache Handlers