Skip to content

Commit

Permalink
rename log extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jul 23, 2024
1 parent ecf2fd3 commit 0aef971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/http_host/benchmark/create_path_list.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json


with open('access.log') as fp:
with open('access.jsonl') as fp:
json_lines = fp.readlines()

paths = []
Expand Down
2 changes: 1 addition & 1 deletion scripts/http_host/http_host_lib/nginx/cf.bak
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scripts/http_host/http_host_lib/nginx/le.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scripts/http_host/http_host_lib/nginx/ledns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0aef971

Please sign in to comment.