具体代码中没有使用到log
在你的代码中添加
static Logger log = Logger.getLogger(具体运行的类名.class);
然后可以调用log中的info,debug,warn 方法
简单说,就是用 log 替换 System.out.println