summaryrefslogtreecommitdiff
path: root/logging.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-12-13 15:36:00 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2019-12-13 15:36:00 -0700
commit8005b7ab73c264ee3c1d7b10c39bc5565ef57c02 (patch)
tree984a146668b09f6b8190784ec40fe9d2225d74ea /logging.go
parentb1a456cfe38e83eedb778032ed6739e7e3cbe8a4 (diff)
Couple of quick fixes
Diffstat (limited to 'logging.go')
-rw-r--r--logging.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/logging.go b/logging.go
index 0b7d9e4..a4a1473 100644
--- a/logging.go
+++ b/logging.go
@@ -342,6 +342,7 @@ func (cl *CustomLog) provision(ctx Context, logging *Logging) error {
if err != nil {
return fmt.Errorf("invalid log level: %v", err)
}
+ level = strings.ToLower(level)
// set up the log level
switch level {