Configuring SL4J Logging #866
Answered
by
chrjohn
andreiyusupau
asked this question in
Q&A
|
I have configured my quickfix j initiator to use SL4J for logging with following settings: So I've expected that only errors would be logged if my root log level is |
Answered by
chrjohn
Aug 22, 2024
Replies: 1 comment 2 replies
|
Hi @andreiyusupau , a category is not the same as the level. You could categorize log messages into categories, see https://github.com/quickfix-j/quickfixj/blob/master/quickfixj-core/src/main/java/quickfix/SLF4JLog.java
Actually, this will also log |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct, you cannot influence it using settings. You could however implement/override your own
Logto implement a custom log method which could log to another level.