From ec150e3d93d7c12d979f17a9eac89da2f5b4549f Mon Sep 17 00:00:00 2001 From: David Zhao Date: Wed, 19 Oct 2022 14:14:23 -0700 Subject: [PATCH] Log level should be `warn` instead of `warning` (#1104) --- config-sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-sample.yaml b/config-sample.yaml index 143e8f0dc..fd9e52484 100644 --- a/config-sample.yaml +++ b/config-sample.yaml @@ -81,7 +81,7 @@ rtc: # - en0 # excludes: # - docker0 - # # ip address filter. If the machine has more than one ip address and you'd like it to use or skip specific ips, + # # ip address filter. If the machine has more than one ip address and you'd like it to use or skip specific ips, # # both inclusion and exclusion CIDR filters can be used together. If neither is defined (default), all ip on the machine will be used. # # If both of them are set, then only include takes effect. # ips: @@ -102,7 +102,7 @@ keys: # Logging config # logging: -# # log level, valid values: debug, info, warning, error +# # log level, valid values: debug, info, warn, error # level: info # # log level for pion, default error # pion_level: error