From 0371dfaaea2e3d0f6a67422b2e3607e2894e9bef Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Thu, 27 Feb 2025 12:51:05 +0100 Subject: [PATCH] disable logging --- .envrc | 2 +- modules/http_host/http_host_lib/nginx_confs/le.conf | 4 ++-- modules/http_host/http_host_lib/nginx_confs/roundrobin.conf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.envrc b/.envrc index 07f048d..b319eb5 100644 --- a/.envrc +++ b/.envrc @@ -2,6 +2,6 @@ # auto-activate python virtualenv # https://github.com/direnv/direnv -source venv/bin/activate +source .venv/bin/activate unset PS1 diff --git a/modules/http_host/http_host_lib/nginx_confs/le.conf b/modules/http_host/http_host_lib/nginx_confs/le.conf index 921dd6d..700e42b 100644 --- a/modules/http_host/http_host_lib/nginx_confs/le.conf +++ b/modules/http_host/http_host_lib/nginx_confs/le.conf @@ -23,8 +23,8 @@ server { ssl_prefer_server_ciphers off; # access log doesn't contain IP address - #access_log off; - access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k; + access_log off; + #access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k; error_log /data/ofm/http_host/logs_nginx/le-error.log; diff --git a/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf b/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf index cf37400..0a5afa2 100644 --- a/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf +++ b/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf @@ -23,8 +23,8 @@ server { ssl_prefer_server_ciphers off; # access log doesn't contain IP address - #access_log off; - access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k; + access_log off; + #access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k; error_log /data/ofm/http_host/logs_nginx/roundrobin-error.log;