Replies: 2 comments 1 reply
-
|
@vogella Thank you for this detailed report. I am looking into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@vogella Could you please convert this discussion into an issue with the "Create issue from discussion" link on this page? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to use a log server and send log events to it. We would like to use SimpleSocketServer to avoid the SSL setup overhead. See below for your test pom.file
On the client we use SocketAppender with the following logback.xml configuration.
We use this for testing:
In LoggingEvent, the data is prepared here:
But the map is empty
Any advice how we can send this data and or the MDC data to the server?
Beta Was this translation helpful? Give feedback.
All reactions