Add milliseconds to Ops Manager access logs
The current logback-access.xml file only logs with second grainularity, which isn't great when trying to correlate HTTP events with other log events.
I propose changing this line:
<pattern>%h %l %u [%t] "%X{requestUrl}" %s %b "%i{Referer}" "%i{User-Agent}"
To this:
<pattern>%h %l %u [%date{"dd/MMM/yyyy:HH:mm:ss.SSS Z"}] "%X{requestUrl}" %s %b "%i{Referer}" "%i{User-Agent}"
1
vote
Quentin
shared this idea