Found very less information when logging the exception using logback. Used below statements to log exception.
logger.error("some message",e.toString(),e); logger.error("some message"+e.getMessage());