[Solved] Access log does not show HTTP/2 traffic

#1
I have been testing a site with HTTP 1.1 and looking at the access.log file (successfully). I have enabled HTTP/2 in the listener and the virtual host. The site is HTTP/S with a CA root cert. The site verifies as HTTP/2 ready. When I use Google Chrome to access the main page and look in Dev Tools in the Network tab I see H2 for all but the very first request. However, I only see HTTP 1.1 traffic in the access.log file. How to I see the HTTP/2 traffic in the access log?
 
Top