You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,16 @@
3
3
A single-file GUI for your php log files which groups similar errors. Written in PHP and Vue.js.
4
4
5
5
- Reads the specified log file and automatically shows you new errors when they appear.
6
-
- Groups errors with similar text (this is far from perfect and just works with )
7
-
- Can be configured so clicking on an error will directly bring you to vscode.
6
+
- Groups errors with similar text. This is far from perfect and just works with the (default) log-format like:
7
+
```[12-Jun-2030 12:58:55] PHP Notice: ...```
8
+
- Can be configured so clicking on an error will directly [bring you to the mentioned file and line in vscode](https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls).
8
9
9
-
## Disclamer
10
+
## Disclaimer
10
11
- This contains code for deleting your log-file.
11
12
- Might be heavy for you server for large log files (regexp-parsing).
12
13
- It is meant for development-environments.
13
14
- 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)
15
+
- There is still room for improvement (especially where the log-file is parsed).
0 commit comments