1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/libvirtd: remove --verbose flag

Because it spams the log:

  .libvirtd-wrapp[1950]: OBJECT_UNREF: obj=0x7f5d900b4200
  .libvirtd-wrapp[1950]: EVENT_POLL_UPDATE_HANDLE: watch=874 events=13
  .libvirtd-wrapp[1950]: OBJECT_UNREF: obj=0x7f5d900b4200
  .libvirtd-wrapp[1950]: EVENT_POLL_RUN: nhandles=24 timeout=-1
  .libvirtd-wrapp[1950]: EVENT_POLL_DISPATCH_HANDLE: watch=874 events=1
  .libvirtd-wrapp[1950]: OBJECT_REF: obj=0x7f5d900b4200
  .libvirtd-wrapp[1950]: [137B blob data]
This commit is contained in:
Bjørn Forsman 2015-05-20 10:06:21 +02:00
parent 3d2d78cb39
commit db991a4024

View file

@ -60,7 +60,7 @@ in
virtualisation.libvirtd.extraOptions =
mkOption {
type = types.listOf types.str;
default = [ "--verbose" ]; # for historical reasons, should be empty
default = [ ];
example = [ "--verbose" ];
description =
''