mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Move osqueryd run message to info log
This commit is contained in:
parent
4bc6b8afeb
commit
7e4d661e84
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ func WithLogPath(path string) func(*Runner) error {
|
|||
// process may not be restarted after exit. Instead create a new one with
|
||||
// NewRunner.
|
||||
func (r *Runner) Execute() error {
|
||||
log.Debug().Str("cmd", r.cmd.String()).Msg("run osqueryd")
|
||||
log.Info().Str("cmd", r.cmd.String()).Msg("run osqueryd")
|
||||
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
r.cancel = cancel
|
||||
|
|
|
|||
Loading…
Reference in a new issue