Skip to content

Commit

Permalink
lowered arcaflow log level to error (krkn-chaos#591)
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored Mar 7, 2024
1 parent 8dd9b30 commit fac7c3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenarios/arcaflow/cpu-hog/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deployers:
connection: {}
deployer_name: kubernetes
log:
level: debug
level: error
logged_outputs:
error:
level: error
Expand Down
2 changes: 1 addition & 1 deletion scenarios/arcaflow/io-hog/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deployers:
connection: {}
deployer_name: kubernetes
log:
level: debug
level: error
logged_outputs:
error:
level: error
Expand Down
2 changes: 1 addition & 1 deletion scenarios/arcaflow/memory-hog/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deployers:
connection: {}
deployer_name: kubernetes
log:
level: debug
level: error
logged_outputs:
error:
level: error
Expand Down

0 comments on commit fac7c3c

Please sign in to comment.