mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(klipper): quieter logs
This commit is contained in:
parent
b8e5fda0a7
commit
ac760421fa
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ in {
|
||||||
serviceConfig = mkIf cfg.quiet {
|
serviceConfig = mkIf cfg.quiet {
|
||||||
LogFilterPatterns = [
|
LogFilterPatterns = [
|
||||||
''~INFO:root:Stats''
|
''~INFO:root:Stats''
|
||||||
|
''~INFO:root:toolhead''
|
||||||
|
''~max_accel:''
|
||||||
|
''~minimum_cruise_ratio:''
|
||||||
|
''~square_corner_velocity:''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
preStart = mkIf (cfg.configFiles != [] && cfg.mutableConfig) (mkAfter ''
|
preStart = mkIf (cfg.configFiles != [] && cfg.mutableConfig) (mkAfter ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue