## 问题:启动tomcat,日志乱码(如图)

tomcat启动日志乱码
解决办法
进入tomcat/conf/目录下修改logging.properties
找到
java.util.logging.ConsoleHandler.encoding = utf-8
这行更改为
java.util.logging.ConsoleHandler.encoding = GBK
tomcat启动日志乱码
重新启动tomcat,已经OK
tomcat启动日志乱码

相关文章:

  • 2022-02-07
  • 2021-06-23
  • 2021-08-07
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-17
  • 2022-02-07
  • 2021-04-20
  • 2021-11-14
  • 2022-01-08
  • 2021-04-12
  • 2021-04-22
相关资源
相似解决方案