diff --git a/pkg/osquery/osquery.go b/pkg/osquery/osquery.go index e8a8af5847..01eaa33066 100644 --- a/pkg/osquery/osquery.go +++ b/pkg/osquery/osquery.go @@ -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