Closed RicoGit closed 6 years ago
Hi there! When I trying log some exception like that logger.error("Error ", err) exception is not appears in a log. This fix seems will solve the problem.
logger.error("Error ", err)
Good catch, thanks!
Hi there! When I trying log some exception like that
logger.error("Error ", err)
exception is not appears in a log. This fix seems will solve the problem.