tomcat控制台乱码问题

Tomcat目录下日志配置文件

tomcat/conf/logging.properties

添加命令

java.util.logging.ConsoleHandler.encoding = GBK

重启Tomcat运行