Skip to content

Commit

Permalink
Reduce server log level
Browse files Browse the repository at this point in the history
log level was increased for debugging. Hwever in production it's creating a lot of noise and the metrics are causing an alert in which every mention of error is triggering a high error count.

ND-463
  • Loading branch information
Stephen.James committed Aug 29, 2024
1 parent 19066dd commit 277febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ check_cert_expiry() {
}

start_freeradius_server() {
/usr/local/sbin/radiusd -fxxx -l stdout
/usr/local/sbin/radiusd -fxx -l stdout
}

main() {
Expand Down

0 comments on commit 277febe

Please sign in to comment.