Right now we get duplicated logs:
$ kubectl logs -f -n mwdebug mediawiki-pinkunicorn-6b5fd7d766-ps4mr mediawiki-pinkunicorn-httpd 2021-06-23T10:54:39 287 127.0.0.1 -/301 241 GET http://donate.wikimedia.org/?foo - text/html - - httpbb (https://wikitech.wikimedia.org/wiki/Httpbb) oblivian@cumin1001 - - - - 127.0.0.1 8ca58453-39e6-4cc9-893f-873069f51802 - {"timestamp": "2021-06-23T10:54:39", "RequestTime": "287", "Connect-IP": "127.0.0.1", "Handle/Status": "-/301", "ResponseSize": "241", "Method": "GET", "Url": "http://donate.wikimedia.org/?foo", "MimeType": "text/html", "Referer": "-", "X-Forwarded-For": "-", "User-Agent": "httpbb (https://wikitech.wikimedia.org/wiki/Httpbb) oblivian@cumin1001", "Accept-Language": "-", "X-Analytics": "-", "User": "-", "UserHeader": "-", "X-Request-Id": "8ca58453-39e6-4cc9-893f-873069f51802", "X-Client-IP": "-"}
we are logging in both the traditional format and in the json format we want to adopt here.