I'm Configuring access log format for undertow. what I configured in application.properties is this
server.undertow.accesslog.pattern=%h %l %u %t \"%r\" %s %b %D
But i'm gettin a "-" in place of %D
example
127.0.0.1 - - [26/Feb/2021:11:11:26 +0530] "POST /********/payments/token HTTP/1.1" 200 2529 -
Am i missing something