Couple of quick fixes

This commit is contained in:
Matthew Holt 2019-12-13 15:36:00 -07:00
parent b1a456cfe3
commit 8005b7ab73
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 2 additions and 1 deletions

View file

@ -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 {