in src/main/java/com/spotify/fmt/Logger.java [55:59]
public void debug(Throwable error) { if (isDebugEnabled()) { super.debug(error); } }