I am having the same issue too. We are revamping a backend component where we receive messages from RabbitMQ and up to 90 threads will run in parallel to process the messages. The logs are written to file and database using appropriate appenders wrapped by AsyncAppender and the performance is so bad that I have to wait up to 10 minutes for the logs to show up in the database! |