|
L.Printf("[%s] %s %s %s\n", AccessType(use), r.Method, r.RequestURI, r.Proto) |
Change
L.Printf("[%s] %s %s %s\n", AccessType(use), r.Method, r.RequestURI, r.Proto)
to
L.Printf("[%s] %s %s %s\n", AccessType(use), r.Method, r.URL.String(), r.Proto)
Or add a configuration option to do this.