Removed the *j methods in favor of just using log.Field() everywhere Now all the remaining logging methods can take log.Field() anywhere (the *f methods need to have the formatted string first) Never liked the *j methods in the first place so this is a huge win.