Reputation: 1
I am working on a java project that is based on q2 server in order to use jpos. i implemented logging structure using org.jpos.q2.qbean.LoggerAdaptor and SimpleLogListener and all works fine. Iam willing to change the logging structure to use logback.
tried adding logback dependency and logback.xml, no logs shown. knowing that q2 logging was configured in deploy/00_logger.xml. tried editing 00_logger.xml by substituting LoggerAdaptop with LogbackAdaptor and add a custom listener that extends SimplelogListener. no logs shown.
Upvotes: 0
Views: 15