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 9641c27 commit 9f4626fCopy full SHA for 9f4626f
README.md
@@ -55,7 +55,7 @@ $parser->setFormat('%h %l %u %t "%r" %>s %O "%{Referer}i" \"%{User-Agent}i"');
55
Here is the list of format strings currently supported :
56
57
| Format String | Description |
58
-| -- | ------- |
+|----|---------|
59
| %% | percent |
60
| %a | remoteIp |
61
| %A | localIp |
@@ -79,4 +79,4 @@ Here is the full list from Apache's doc : https://httpd.apache.org/docs/2.2/en/m
79
80
## Exceptions
81
82
-If a line does not match with the defined format, an `\Kassner\ApacheLogParser\FormatException` will be thrown.
+If a line does not match with the defined format, an `\Kassner\ApacheLogParser\FormatException` will be thrown.
0 commit comments