Skip to content

Commit b5c3497

Browse files
authored
update readme
1 parent ed542c7 commit b5c3497

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
A single-file GUI for your php log files which groups similar errors. Written in PHP and Vue.js.
44

55
- Reads the specified log file and automatically shows you new errors when they appear.
6-
- Groups errors with similar text
6+
- Groups errors with similar text (this is far from perfect and just works with )
77
- Can be configured so clicking on an error will directly bring you to vscode.
88

99
## Disclamer
1010
- This contains code for deleting your log-file.
11-
- Might be heavy for you server for large log files.
11+
- Might be heavy for you server for large log files (regexp-parsing).
1212
- It is meant for development-environments.
13+
- Created for log-files in the format ``[31-Mar-2021 14:25:56 UTC] PHP Notice: ...``
14+
- There is still room for improvement (especially where the log-file is parsed)
1315

1416

1517
## Getting Started

0 commit comments

Comments
 (0)