Skip to content

Commit

Permalink
[Fleet] support log level warning for beat (elastic#23769)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Feb 1, 2021
1 parent 333edd8 commit 2fb2561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/elastic-agent/pkg/core/plugin/process/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ func injectLogLevel(logLevel string, args []string) []string {
level = "info"
case "debug":
level = "debug"
case "warning":
level = "warning"
case "error":
level = "error"
}
Expand Down

0 comments on commit 2fb2561

Please sign in to comment.