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

Make console logging behavior consistent between Agent and Profiler #2939

Open
tippmar-nr opened this issue Jan 9, 2025 · 1 comment · May be fixed by #2955
Open

Make console logging behavior consistent between Agent and Profiler #2939

tippmar-nr opened this issue Jan 9, 2025 · 1 comment · May be fixed by #2955

Comments

@tippmar-nr
Copy link
Member

tippmar-nr commented Jan 9, 2025

Describe the story, please be clear on scope of the story.

Currently, the .NET agent and profiler have slightly different behavior regarding console logging.

In the profiler, enabling console logging implicitly disables file logging. But in the agent, enabling console logging results in output to both the console and a log file. It is not possible to disable file logging in the agent unless the entire logging subsystem is disabled.

Update the agent so that console logging implicitly disables file logging.

Acceptance Criteria

  • Enabling console logging in the agent disables file logging.
  • Unit / Integration tests are updated as needed to validate this change

Estimates

Please provide initial t-shirt size
S

@workato-integration
Copy link

@tippmar-nr tippmar-nr changed the title Support console-only logging Make logging behavior consistent between Agent and Profiler Jan 15, 2025
@tippmar-nr tippmar-nr changed the title Make logging behavior consistent between Agent and Profiler Make console logging behavior consistent between Agent and Profiler Jan 15, 2025
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 a pull request may close this issue.

1 participant