Skip to content

Commit

Permalink
disable info logging of scx (errors still go to journal) (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
poyhen authored Sep 7, 2024
1 parent 7e6f4c9 commit 622cce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/scx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ in
User = "root";
ExecStart = "${lib.getExe' cfg.package cfg.scheduler}";
Restart = "on-failure";
StandardError = "journal";
StandardOutput = "null";
};
};

Expand Down

1 comment on commit 622cce8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to build 3 packages:

3 packages failed
  • jujutsu_git
  • linuxPackages_cachyos-lto.mm-tools
  • linuxPackages_cachyos-lto.zfs_cachyos
New build failures found! Consider adding failed builds to devshells/failures.nix @PedroHLC

Please sign in to comment.