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

[GH-3] Fix logging with agents #2854

Open
DaGeRe opened this issue Dec 22, 2024 · 1 comment
Open

[GH-3] Fix logging with agents #2854

DaGeRe opened this issue Dec 22, 2024 · 1 comment

Comments

@DaGeRe
Copy link
Contributor

DaGeRe commented Dec 22, 2024

Currently, logging doesn't work with the agents, since logback isn't part of the distribution. We should fix this somehow, from my point of view, there are two options:

  • Include logback in the agent (rendering the custom logging of all systems under monitoring unusable)
  • Change all logging inside of the agents to something isolated of the logging framework
  • Publish kieker-aspectj-log4j, kieker-aspectj-logback, ...

I think the first one is the easiest solution, if there is a real use case, we can go for the third option.

@DaGeRe
Copy link
Contributor Author

DaGeRe commented Dec 23, 2024

Also evaluate: Can we add the logging framework to the agentpath?

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

No branches or pull requests

1 participant