We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec56311 commit e035c4eCopy full SHA for e035c4e
scripts/utils/logs/nginx_access_log_to_jsonl.py
@@ -71,7 +71,7 @@ def nginx_time(time_str):
71
COMBINED_REGEXP = re.compile(
72
r"""
73
^(?P<remote_addr>[^-]*)\ ?-
74
- \ (?P<remote_user>[^[]*)\ ?-?
+ \ (?P<remote_user>[^[]*)\ *
75
\ \[(?P<time_local>[^]]*)\]
76
\ "(?P<request>[^"]*)"
77
\ (?P<status>\d+)
0 commit comments