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

Introduce Logging Facade for Agent #614

Closed
amitjoy opened this issue May 22, 2023 · 0 comments · Fixed by #615
Closed

Introduce Logging Facade for Agent #614

amitjoy opened this issue May 22, 2023 · 0 comments · Fixed by #615
Labels
enhancement New feature or request
Milestone

Comments

@amitjoy
Copy link
Owner

amitjoy commented May 22, 2023

Is your feature request related to a problem? Please describe.
Currently the agent doesn't log exceptions and ignore them completely which makes debugging agent issues very difficult. That's why, we should certainly introduce logging in agent.

Describe the solution you'd like
Since the agent should work independent to the availability of any logging, it should optionally import the logger backends and if no logger backend is available, it should fallback to logging on console.

Describe alternatives you've considered
System.out.println and System.out.printly or mandatory dependency to either slf4j or JUL etc.

Additional context
NA

@amitjoy amitjoy added the enhancement New feature or request label May 22, 2023
@amitjoy amitjoy added this to the v2.4.2 milestone May 22, 2023
amitjoy added a commit that referenced this issue May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant