Hi There,
I'm running the logback under the log using the log4j adapter.
in the log4j.xml, I setup the logging with async appender which would write to fileRolling appender that would roll every hour.
During the load, I found that I missed 1 hour worth of logging.
When I look at the file, the new coming log file were actually overwritten the previously written log.
I'm not sure if this is a bug in logback async or in the log4j adapter.
Appreciate if someone can help me investigate this issue.
Thanks.
|