You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
tippmar-nr
changed the title
Support console-only logging
Make logging behavior consistent between Agent and Profiler
Jan 15, 2025
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
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
Estimates
Please provide initial t-shirt size
S
The text was updated successfully, but these errors were encountered: