Skip to content
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

Run logging controllers in agent #209

Merged
merged 12 commits into from May 11, 2022
Merged

Run logging controllers in agent #209

merged 12 commits into from May 11, 2022

Conversation

dbason
Copy link
Contributor

@dbason dbason commented May 9, 2022

No description provided.

@dbason dbason requested a review from kralicky May 9, 2022 04:00
@@ -30,5 +33,8 @@ func BuildRootCmd() *cobra.Command {
}

func Execute() {
BuildRootCmd().Execute()
if err := BuildRootCmd().Execute(); err != nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check to make sure this doesn't cause errors to be printed twice

@dbason dbason merged commit a88ab21 into main May 11, 2022
@dbason dbason deleted the combined-agent branch May 11, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants