Replies: 1 comment 1 reply
-
No, it is not currently possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run my application with the agent, I found two different style of logs in the console.
I notice that agent itself is using a SLF4J's SimpleLogger for it internal logging, but my application is using logback & JSON encoder to create log. Since I need to index the log by JSON fields to some internal search engine, these agent's internal log will not be indexed because of the format different.
So is it possible to allows agent to use the same logging framework or share the same logging format?
Beta Was this translation helpful? Give feedback.
All reactions