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

NixOS option

Logging level for the Xen Store.

type: null or one of "debug", "info", "warn", "error"
Default
if (config.virtualisation.xen.trace == true) then "debug" else null
Example
"error"
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →