Logging level for the Xen Store.
Declarations
Type
null or one of "debug", "info", "warn", "error"
Default
if (config.virtualisation.xen.trace == true) then "debug" else null
Example
"error"
Logging level for the Xen Store.
null or one of "debug", "info", "warn", "error"
if (config.virtualisation.xen.trace == true) then "debug" else null
"error"