找到Tomcat目录下的conf/logging.properties配置文件,打开,搜索java.util.logging.ConsoleHandler.encoding
日志的编码, 将UTF-8改成GBK
问题解决。