diff --git a/scripts/http_host/benchmark/create_path_list.py b/scripts/http_host/benchmark/create_path_list.py index 3d922fb..36edf65 100644 --- a/scripts/http_host/benchmark/create_path_list.py +++ b/scripts/http_host/benchmark/create_path_list.py @@ -1,7 +1,7 @@ import json -with open('access.log') as fp: +with open('access.jsonl') as fp: json_lines = fp.readlines() paths = [] diff --git a/scripts/http_host/http_host_lib/nginx/cf.bak b/scripts/http_host/http_host_lib/nginx/cf.bak index d2347e6..9042188 100644 --- a/scripts/http_host/http_host_lib/nginx/cf.bak +++ b/scripts/http_host/http_host_lib/nginx/cf.bak @@ -21,7 +21,7 @@ server { ssl_prefer_server_ciphers off; # access log disabled by default - #access_log /data/ofm/http_host/logs_nginx/cf-access.log access_json buffer=32k; + #access_log /data/ofm/http_host/logs_nginx/cf-access.jsonl access_json buffer=32k; access_log off; error_log /data/ofm/http_host/logs_nginx/cf-error.log; diff --git a/scripts/http_host/http_host_lib/nginx/le.conf b/scripts/http_host/http_host_lib/nginx/le.conf index a8aefa5..54d5cb6 100644 --- a/scripts/http_host/http_host_lib/nginx/le.conf +++ b/scripts/http_host/http_host_lib/nginx/le.conf @@ -23,7 +23,7 @@ server { ssl_prefer_server_ciphers off; # access log disabled by default - #access_log /data/ofm/http_host/logs_nginx/le-access.log access_json buffer=32k; + #access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=32k; access_log off; error_log /data/ofm/http_host/logs_nginx/le-error.log; diff --git a/scripts/http_host/http_host_lib/nginx/ledns.conf b/scripts/http_host/http_host_lib/nginx/ledns.conf index 7b65346..0d152cf 100644 --- a/scripts/http_host/http_host_lib/nginx/ledns.conf +++ b/scripts/http_host/http_host_lib/nginx/ledns.conf @@ -23,7 +23,7 @@ server { ssl_prefer_server_ciphers off; # access log disabled by default - #access_log /data/ofm/http_host/logs_nginx/ledns-access.log access_json buffer=32k; + #access_log /data/ofm/http_host/logs_nginx/ledns-access.jsonl access_json buffer=32k; access_log off; error_log /data/ofm/http_host/logs_nginx/ledns-error.log;