MyNixOS website logo
option

virtualisation.xen.store.settings.xenstored.log.level

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"