From e8b1baec5d71fb3ba68d4041db912f9fb1c6ecca Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Wed, 5 Oct 2022 10:51:11 +1300 Subject: [PATCH] Fix log levels in client-example.conf. --- src/measured/etc/clients/client-example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/measured/etc/clients/client-example.conf b/src/measured/etc/clients/client-example.conf index 36c9088..5f8a167 100644 --- a/src/measured/etc/clients/client-example.conf +++ b/src/measured/etc/clients/client-example.conf @@ -17,7 +17,7 @@ # Log level to control the number of messages logged. The given level is the # minimum severity required to generate a log message. The default value is # info, possible values are: -# debug, info, notice, warn, error, crit, alert, emerg +# debug, info, notice, warn, err, crit, alert, emerg #loglevel = info # Source interface that all tests should bind to when sending test data. If