File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33A 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
You can’t perform that action at this time.
0 commit comments