File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11This is intended as an overview of the major changes
22
3- v5.10.0-SNAPSHOT
3+ v5.11.0-SNAPSHOT
4+ ===
5+ - ...
6+
7+ v5.10.0
48===
59- Do not fail on logline specific parse errors, simply not provide the expected dissections.
610
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file:
1414 <dependency>
1515 <groupId>nl.basjes.parse.httpdlog</groupId>
1616 <artifactId>httpdlog-parser</artifactId>
17- <version>5.9 .0</version>
17+ <version>5.10 .0</version>
1818 </dependency>
1919
2020I assume we have a logformat variable that looks something like this:
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ So using it in a Java based project is as simple as adding this to your dependen
7777 <dependency>
7878 <groupId>nl.basjes.parse.httpdlog</groupId>
7979 <artifactId>httpdlog-parser</artifactId>
80- <version>5.9 .0</version>
80+ <version>5.10 .0</version>
8181 </dependency>
8282
8383Building
You can’t perform that action at this time.
0 commit comments