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

Log4j logging #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Log4j logging #11

wants to merge 3 commits into from

Conversation

bimalc
Copy link

@bimalc bimalc commented Mar 16, 2021

For my debugging purpose It is helpful to have the Agent output along with the role log messages from the component instead of isolated in stdout. That way the messages comes in exact order along with other log messages. I have added code to use log4 and have kept it as a global configurable as well as ability to configure it specific to any action.

Please reviews this and see if it is worth merging.

@attilapiros
Copy link
Owner

Thanks for this contribution!

Some questions first:

  • have you tested this on an application which uses very different log4j version?
  • how the classpath of the agent and the classpath of the tested app relates? (I know nothing about this and this is why I used std JDK method for logging).

@bimalc
Copy link
Author

bimalc commented Mar 17, 2021 via email

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 this pull request may close these issues.

2 participants