Przeglądaj źródła

disabled healthz endpoint logging

Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com>
Andrii Chubatiuk 3 lat temu
rodzic
commit
768c3dab1c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      ui/default.nginx.conf

+ 1 - 0
ui/default.nginx.conf

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