The entries in this enum correspond to the possible values of the HOUDINI_PDG_SERVICE_DEBUG environment variable.
Values ¶
pdg.debugLevelService.Off
Service debug logging is disabled
pdg.debugLevelService.ClientUsage
A message is logged each time a service client is used for a job, or finishes executing a job
pdg.debugLevelService.ClientDefer
A message is logged each time a job has to wait for an available service client, in addition to the above messages
pdg.debugLevelService.Startup
A message is logged each time a service client starts, in addition to the above messages
pdg.debugLevelService.Job
A message is logged each time a work item job is sent to a service client, in addition to the above messages