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

Agent: Diagnostic logging #10

Closed
stevejgordon opened this issue Dec 8, 2023 · 1 comment
Closed

Agent: Diagnostic logging #10

stevejgordon opened this issue Dec 8, 2023 · 1 comment
Assignees
Labels
Agent Core enhancement New feature or request
Milestone

Comments

@stevejgordon
Copy link
Contributor

stevejgordon commented Dec 8, 2023

Use EventSource / DiagnosticSource to emit library "logging" from the distribution code. We should implement a listener which logs to a file in a default location.

In a (separate) library, we could include an ILogger implementation that listens to events and logs them. This should also listen to OpenTelemetry EventSources so that these can be included in diagnostic logging.

This is an important element to make this agent easy to support.

@stevejgordon stevejgordon added enhancement New feature or request Agent Core labels Dec 8, 2023
@stevejgordon stevejgordon added this to the Future milestone Dec 8, 2023
@stevejgordon stevejgordon modified the milestones: Future, 0.1.0 Alpha Jan 15, 2024
@stevejgordon stevejgordon self-assigned this Jan 15, 2024
@stevejgordon
Copy link
Contributor Author

Initial design and implementation added in #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent Core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant