|
5 | 5 | <div>
|
6 | 6 | <a href="https://pypi.org/project/logparser3"><img src="https://img.shields.io/badge/python-3.6+-blue" style="max-width: 100%;" alt="Python version"></a>
|
7 | 7 | <a href="https://pypi.org/project/logparser3"><img src="https://img.shields.io/pypi/v/logparser3.svg" style="max-width: 100%;" alt="Pypi version"></a>
|
8 |
| -<a href="https://github.com/logpai/logparser/actions/workflows/ci.yml"><img src="https://github.com/logpai/logparser/workflows/CI/badge.svg?event=push" style="max-width: 100%;" alt="Pypi version"></a> |
| 8 | +<a href="https://github.com/logpai/logparser/actions/workflows/ci.yml"><img src="https://github.com/logpai/logparser/workflows/CI/badge.svg" style="max-width: 100%;" alt="Pypi version"></a> |
9 | 9 | <a href="https://pepy.tech/project/logparser3"><img src="https://static.pepy.tech/badge/logparser3" style="max-width: 100%;" alt="Downloads"></a>
|
10 | 10 | <a href="https://github.com/logpai/logparser/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-view-brightgreen" style="max-width: 100%;" alt="License"></a>
|
11 | 11 | <a href="https://github.com/logpai/logparser#discussion"><img src="https://img.shields.io/badge/chat-wechat-brightgreen?style=flat" style="max-width: 100%;"></a>
|
@@ -61,6 +61,8 @@ pip install logparser3
|
61 | 61 |
|
62 | 62 | In particular, the package depends on the following requirements. Note that regex matching in Python is brittle, so we recommend fixing the regex library to version 2022.3.2.
|
63 | 63 |
|
| 64 | +Note: If you encouter ``"Error: need to escape..."``, please follow the instructions [here](https://github.com/logpai/logparser/issues/122). |
| 65 | + |
64 | 66 | + python 3.6+
|
65 | 67 | + regex 2022.3.2
|
66 | 68 | + numpy
|
@@ -156,82 +158,82 @@ If you use our logparser tools or benchmarking results in your publication, plea
|
156 | 158 |
|
157 | 159 | ### 🤗 Contributors
|
158 | 160 |
|
159 |
| -<!-- readme: contributors -start --> |
160 |
| -<table> |
161 |
| -<tr> |
162 |
| - <td align="center"> |
163 |
| - <a href="https://github.com/PinjiaHe"> |
164 |
| - <img src="https://avatars.githubusercontent.com/u/5793028?v=4" width="80;" alt="PinjiaHe"/> |
165 |
| - <br /> |
166 |
| - <sub><b>Pinjia He</b></sub> |
167 |
| - </a> |
168 |
| - </td> |
169 |
| - <td align="center"> |
170 |
| - <a href="https://github.com/zhujiem"> |
171 |
| - <img src="https://avatars.githubusercontent.com/u/7032227?v=4" width="80;" alt="zhujiem"/> |
172 |
| - <br /> |
173 |
| - <sub><b>Zhujiem</b></sub> |
174 |
| - </a> |
175 |
| - </td> |
176 |
| - <td align="center"> |
177 |
| - <a href="https://github.com/JinYang88"> |
178 |
| - <img src="https://avatars.githubusercontent.com/u/22317155?v=4" width="80;" alt="JinYang88"/> |
179 |
| - <br /> |
180 |
| - <sub><b>LIU, Jinyang</b></sub> |
181 |
| - </a> |
182 |
| - </td> |
183 |
| - <td align="center"> |
184 |
| - <a href="https://github.com/Siyuexi"> |
185 |
| - <img src="https://avatars.githubusercontent.com/u/50619651?v=4" width="80;" alt="Siyuexi"/> |
186 |
| - <br /> |
187 |
| - <sub><b>Junjielong Xu</b></sub> |
188 |
| - </a> |
189 |
| - </td> |
190 |
| - <td align="center"> |
191 |
| - <a href="https://github.com/ShilinHe"> |
192 |
| - <img src="https://avatars.githubusercontent.com/u/10590876?v=4" width="80;" alt="ShilinHe"/> |
193 |
| - <br /> |
194 |
| - <sub><b>Shilin HE</b></sub> |
195 |
| - </a> |
196 |
| - </td> |
197 |
| - <td align="center"> |
198 |
| - <a href="https://github.com/JoeHitHard"> |
199 |
| - <img src="https://avatars.githubusercontent.com/u/29425534?v=4" width="80;" alt="JoeHitHard"/> |
200 |
| - <br /> |
201 |
| - <sub><b>Joseph Hit Hard</b></sub> |
202 |
| - </a> |
203 |
| - </td></tr> |
204 |
| -<tr> |
205 |
| - <td align="center"> |
206 |
| - <a href="https://github.com/rustamtemirov"> |
207 |
| - <img src="https://avatars.githubusercontent.com/u/56340691?v=4" width="80;" alt="rustamtemirov"/> |
208 |
| - <br /> |
209 |
| - <sub><b>Rustam Temirov</b></sub> |
210 |
| - </a> |
211 |
| - </td> |
212 |
| - <td align="center"> |
213 |
| - <a href="https://github.com/gaiusyu"> |
214 |
| - <img src="https://avatars.githubusercontent.com/u/84389256?v=4" width="80;" alt="gaiusyu"/> |
215 |
| - <br /> |
216 |
| - <sub><b>Siyu Yu (Youth Yu)</b></sub> |
217 |
| - </a> |
218 |
| - </td> |
219 |
| - <td align="center"> |
220 |
| - <a href="https://github.com/thomasryck"> |
221 |
| - <img src="https://avatars.githubusercontent.com/u/37658138?v=4" width="80;" alt="thomasryck"/> |
222 |
| - <br /> |
223 |
| - <sub><b>Thomas Ryckeboer</b></sub> |
224 |
| - </a> |
225 |
| - </td> |
226 |
| - <td align="center"> |
227 |
| - <a href="https://github.com/IsuruBoyagane15"> |
228 |
| - <img src="https://avatars.githubusercontent.com/u/35162901?v=4" width="80;" alt="IsuruBoyagane15"/> |
229 |
| - <br /> |
230 |
| - <sub><b>Isuru Boyagane</b></sub> |
231 |
| - </a> |
232 |
| - </td></tr> |
233 |
| -</table> |
234 |
| -<!-- readme: contributors -end --> |
| 161 | +<!-- readme: zhujiem,PinjiaHe,JinYang88,contributors -start --> |
| 162 | +<table> |
| 163 | +<tr> |
| 164 | + <td align="center"> |
| 165 | + <a href="https://github.com/zhujiem"> |
| 166 | + <img src="https://avatars.githubusercontent.com/u/7032227?v=4" width="80;" alt="zhujiem"/> |
| 167 | + <br /> |
| 168 | + <sub><b>Zhujiem</b></sub> |
| 169 | + </a> |
| 170 | + </td> |
| 171 | + <td align="center"> |
| 172 | + <a href="https://github.com/PinjiaHe"> |
| 173 | + <img src="https://avatars.githubusercontent.com/u/5793028?v=4" width="80;" alt="PinjiaHe"/> |
| 174 | + <br /> |
| 175 | + <sub><b>Pinjia He</b></sub> |
| 176 | + </a> |
| 177 | + </td> |
| 178 | + <td align="center"> |
| 179 | + <a href="https://github.com/JinYang88"> |
| 180 | + <img src="https://avatars.githubusercontent.com/u/22317155?v=4" width="80;" alt="JinYang88"/> |
| 181 | + <br /> |
| 182 | + <sub><b>LIU, Jinyang</b></sub> |
| 183 | + </a> |
| 184 | + </td> |
| 185 | + <td align="center"> |
| 186 | + <a href="https://github.com/Siyuexi"> |
| 187 | + <img src="https://avatars.githubusercontent.com/u/50619651?v=4" width="80;" alt="Siyuexi"/> |
| 188 | + <br /> |
| 189 | + <sub><b>Junjielong Xu</b></sub> |
| 190 | + </a> |
| 191 | + </td> |
| 192 | + <td align="center"> |
| 193 | + <a href="https://github.com/ShilinHe"> |
| 194 | + <img src="https://avatars.githubusercontent.com/u/10590876?v=4" width="80;" alt="ShilinHe"/> |
| 195 | + <br /> |
| 196 | + <sub><b>Shilin HE</b></sub> |
| 197 | + </a> |
| 198 | + </td> |
| 199 | + <td align="center"> |
| 200 | + <a href="https://github.com/JoeHitHard"> |
| 201 | + <img src="https://avatars.githubusercontent.com/u/29425534?v=4" width="80;" alt="JoeHitHard"/> |
| 202 | + <br /> |
| 203 | + <sub><b>Joseph Hit Hard</b></sub> |
| 204 | + </a> |
| 205 | + </td></tr> |
| 206 | +<tr> |
| 207 | + <td align="center"> |
| 208 | + <a href="https://github.com/rustamtemirov"> |
| 209 | + <img src="https://avatars.githubusercontent.com/u/56340691?v=4" width="80;" alt="rustamtemirov"/> |
| 210 | + <br /> |
| 211 | + <sub><b>Rustam Temirov</b></sub> |
| 212 | + </a> |
| 213 | + </td> |
| 214 | + <td align="center"> |
| 215 | + <a href="https://github.com/gaiusyu"> |
| 216 | + <img src="https://avatars.githubusercontent.com/u/84389256?v=4" width="80;" alt="gaiusyu"/> |
| 217 | + <br /> |
| 218 | + <sub><b>Siyu Yu (Youth Yu)</b></sub> |
| 219 | + </a> |
| 220 | + </td> |
| 221 | + <td align="center"> |
| 222 | + <a href="https://github.com/thomasryck"> |
| 223 | + <img src="https://avatars.githubusercontent.com/u/37658138?v=4" width="80;" alt="thomasryck"/> |
| 224 | + <br /> |
| 225 | + <sub><b>Thomas Ryckeboer</b></sub> |
| 226 | + </a> |
| 227 | + </td> |
| 228 | + <td align="center"> |
| 229 | + <a href="https://github.com/IsuruBoyagane15"> |
| 230 | + <img src="https://avatars.githubusercontent.com/u/35162901?v=4" width="80;" alt="IsuruBoyagane15"/> |
| 231 | + <br /> |
| 232 | + <sub><b>Isuru Boyagane</b></sub> |
| 233 | + </a> |
| 234 | + </td></tr> |
| 235 | +</table> |
| 236 | +<!-- readme: zhujiem,PinjiaHe,JinYang88,contributors -end --> |
235 | 237 |
|
236 | 238 | ### Discussion
|
237 | 239 | Welcome to join our WeChat group for any question and discussion. Alternatively, you can [open an issue here](https://github.com/logpai/logparser/issues/new).
|
|
0 commit comments