Skip to content

Commit 2fb2561

Browse files
authored
[Fleet] support log level warning for beat (#23769)
1 parent 333edd8 commit 2fb2561

File tree

1 file changed

+2
-0
lines changed
  • x-pack/elastic-agent/pkg/core/plugin/process

1 file changed

+2
-0
lines changed

x-pack/elastic-agent/pkg/core/plugin/process/start.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ func injectLogLevel(logLevel string, args []string) []string {
140140
level = "info"
141141
case "debug":
142142
level = "debug"
143+
case "warning":
144+
level = "warning"
143145
case "error":
144146
level = "error"
145147
}

0 commit comments

Comments
 (0)