Skip to content

chore: tailnet debug logging #7260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update agent/agent.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
spikecurtis and mafredri authored Apr 27, 2023
commit c85417cc1f6e0203e67a7fdf5c3e1fa256cf446f
1 change: 0 additions & 1 deletion agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ func (a *agent) runCoordinator(ctx context.Context, network *tailnet.Conn) error
}

func (a *agent) runStartupScript(ctx context.Context, script string) error {
a.logger.Debug(ctx, "running agent startup script")
return a.runScript(ctx, "startup", script)
}

Expand Down