Skip to content

Commit

Permalink
Change crl-updater log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jan 21, 2025
1 parent c1071b5 commit 9d25fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/config-next/crl-updater.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"features": {}
},
"syslog": {
"stdoutlevel": 6,
"stdoutlevel": 4,
"sysloglevel": -1
},
"openTelemetry": {
Expand Down
4 changes: 2 additions & 2 deletions test/config/crl-updater.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"features": {}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
"stdoutlevel": 4,
"sysloglevel": 4
}
}

0 comments on commit 9d25fb0

Please sign in to comment.