Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 26, 2024
1 parent 95342ee commit 43b4400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/osquery/runtime/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ func (r *Runner) launchOsqueryInstance() error {
}

span.AddEvent("socket_created")
r.slogger.Log(ctx, slog.LevelDebug,
"osquery socket created",
)

stats, err := history.NewInstance()
if err != nil {
Expand Down

0 comments on commit 43b4400

Please sign in to comment.