Configuring SL4J Logging #866
-
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 |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
Correct, you cannot influence it using settings. You could however implement/override your own
Log
to implement a custom log method which could log to another level.