File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class HttpAccessLog extends Log
11
11
{
12
12
public static string $ name = 'HTTP Access ' ;
13
13
public static string $ levelClass = HttpStatusCodeLevel::class;
14
- public static string $ regex = '/(?P<ip>\S+) (?P<identity>\S+) (?P<remote_user>\S+) \[(?P<datetime>.+)\] "(?P<method>\S+) (?P<path>\S+) (?P<http_version>\S+)" (?P<status_code>\S+) (?P<content_length>\S+) "(?P<referrer>[^"]*)" "(?P<user_agent>[^"]*)"/ ' ;
14
+ public static string $ regex = '/(?P<ip>\S+) (?P<identity>\S+) (?P<remote_user>\S+) \[(?P<datetime>.+)\] "(?P<method>\S+) (?P<path>\S+) (?P<http_version>\S+)"( (?P<status_code>\S+))?( (?P<content_length>\S+))?( "(?P<referrer>[^"]*)")?( "(?P<user_agent>[^"]*)")? / ' ;
15
15
public static string $ regexLevelKey = 'status_code ' ;
16
16
public static array $ columns = [
17
17
['label ' => 'Datetime ' , 'data_path ' => 'datetime ' ],
You can’t perform that action at this time.
0 commit comments