1.找到tomcat文件夹下的conf文件夹下的logging.properties文件
2.打开该文件,找到java.util.logging.ConsoleHandler.encoding = utf-8语句
3.将utf-8改为GBK保存即可。