You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I would like to apologize if this is not the appropriate space for asking the question below. Unfortunately, me and my team couldn't find any specific forums or documentation regarding Chronicle Logger other than https://javadoc.io/doc/net.openhft/chronicle-logger/4.0.0/index.html (which has little to no description of configuration and usage).
How to properly configure Chronicle Logger for performance? @hendrikebbers also had some trouble in configuring/using this logger, as stated in issue #130. One PR was sent out to fix this on his repo, but it is not really clear what changes made it faster, since there was only one commit.
Hello,
First of all, I would like to apologize if this is not the appropriate space for asking the question below. Unfortunately, me and my team couldn't find any specific forums or documentation regarding Chronicle Logger other than https://javadoc.io/doc/net.openhft/chronicle-logger/4.0.0/index.html (which has little to no description of configuration and usage).
How to properly configure Chronicle Logger for performance?
@hendrikebbers also had some trouble in configuring/using this logger, as stated in issue #130. One PR was sent out to fix this on his repo, but it is not really clear what changes made it faster, since there was only one commit.
The main parts of our
pom.xml
are:Our Log4j's configuration file (
log4j2.xml
) is:Is there any documentation we could check to clarify this issue?
The text was updated successfully, but these errors were encountered: