I have my own appender on groovy language, which writes all logging message to database. But when I use it, performance of my code falls by 25% and code runs 25% slower compared to working without this appender.
How can I accelerate this procces?
I have my own appender on groovy language, which writes all logging message to database. But when I use it, performance of my code falls by 25% and code runs 25% slower compared to working without this appender.
How can I accelerate this procces?