Explorar el Código

disabled healthz endpoint logging

Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com>
Andrii Chubatiuk hace 3 años
padre
commit
768c3dab1c
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/ {