The point of this exercise was to remove logback from the picture, which itappears you have successfullydone. If you are still having slow startup time then it probably meansLogback isn't at fault.Ralph
Hey Ralph,
Above steps removed logging, that is true.
Sorry, I forgot to mention about improvement in start-up time with no logging.
One more thing, there are 25 loggers attached as I need separate loggers in my
application.
Hence 25 loggers thread are being configured at the start-up time that's
gobbling up more time for configuration.