Explorar el Código

Merge pull request #1801 from AndrewChubatiuk/disale-healthz-endpoint-logging

disabled healthz endpoint logging
Matt Ray hace 2 años
padre
commit
b1ec6a4930
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ui/default.nginx.conf

+ 1 - 0
ui/default.nginx.conf

@@ -60,6 +60,7 @@ server {
     listen [::]:9090;
     resolver 127.0.0.1 valid=5s;
     location /healthz {
+        access_log /dev/null;
         return 200 'OK';
     }
     location /model/ {