Skip to content

Commit 0371dfa

Browse files
committed
disable logging
1 parent a50347d commit 0371dfa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# auto-activate python virtualenv
33
# https://github.com/direnv/direnv
44

5-
source venv/bin/activate
5+
source .venv/bin/activate
66

77
unset PS1

modules/http_host/http_host_lib/nginx_confs/le.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ server {
2323
ssl_prefer_server_ciphers off;
2424

2525
# access log doesn't contain IP address
26-
#access_log off;
27-
access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k;
26+
access_log off;
27+
#access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k;
2828

2929
error_log /data/ofm/http_host/logs_nginx/le-error.log;
3030

modules/http_host/http_host_lib/nginx_confs/roundrobin.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ server {
2323
ssl_prefer_server_ciphers off;
2424

2525
# access log doesn't contain IP address
26-
#access_log off;
27-
access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k;
26+
access_log off;
27+
#access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k;
2828

2929
error_log /data/ofm/http_host/logs_nginx/roundrobin-error.log;
3030

0 commit comments

Comments
 (0)