tomcat 的日志 localhost_access.log 返回字节是短横线 ?

tomcat localhost_access.log 的日志格式

     pattern="%h %l %u %t "%r" %s %b" />

但是最后打印的日志 ,最后一个字段是短横线 “-”,类似这样的,各种状态码都出现了,这是为什么?

 505 -
 404 -
 400 -
 304 -
 302 -
 204 -
 200 -

https://www.cnblogs.com/lmmblogs/p/7428699.html