TongWeb日志输出很多数字

2019-05-16 13:50:06] [INFO] [System.out] [111]

2019-05-16 13:50:06] [INFO] [System.out] [103]

2019-05-16 13:50:06] [INFO] [System.out] [103]

2019-05-16 13:50:06] [INFO] [System.out] [105]

2019-05-16 13:50:06] [INFO] [System.out] [110]

2019-05-16 13:50:06] [INFO] [System.out] [103]

2019-05-16 13:50:06] [INFO] [System.out] [46]

2019-05-16 13:50:06] [INFO] [System.out] [80]

2019-05-16 13:50:06] [INFO] [System.out] [65]

2019-05-16 13:50:06] [INFO] [System.out] [84]

2019-05-16 13:50:06] [INFO] [System.out] [84]

2019-05-16 13:50:06] [INFO] [System.out] [69]

2019-05-16 13:50:06] [INFO] [System.out] [82]

只有在windows 平台才有,配置启动参数-Dlog4j.skipJansi=true即可解决,问题原因是应用采用的 log4j组件对windows平台有特殊的处理导致的。