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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,20 @@ The Magento Log Viewer extension for Visual Studio Code provides a convenient wa
10
10
11
11
- Tree view of log files from Magento's `var/log` directory
12
12
- Section for Grouped log entries by severity level (ERROR, WARN, DEBUG, INFO)
13
-
- Section for Report files with parsed and opimized titels
13
+
- Section for Report files with parsed and optimized titles
14
14
- Option to group log entries by message content
15
15
- Direct file opening with line highlighting
16
16
- One-click log file clearing with confirmation popup
17
17
- Status bar showing total log entries
18
18
- Real-time log file monitoring
19
19
- Badge in the tree view showing the total number of log entries
20
20
- Improved report file titles by parsing content for better readability
21
+
- Color-coded icons for different log levels (ERROR, WARN, DEBUG, INFO)
22
+
- Individual report file deletion through context menu
23
+
- Automatic update notifications for new extension versions
24
+
- Line-by-line navigation within log files
25
+
- Collapsible sections for identical report error titles
26
+
- Project setting retention between workspace sessions
21
27
22
28
## Setup
23
29
@@ -37,6 +43,8 @@ Note: Settings are workspace-specific, allowing different configurations for eac
37
43
-**Navigate**: Click on log entries to jump to specific lines
38
44
-**Filter**: Expand log files to see entries grouped by severity
39
45
-**Group by Message**: Enable or disable grouping of log entries by message content in the settings. When enabled, the counter will display "grouped" (e.g., `INFO (128, grouped)`).
46
+
-**Delete Reports**: Right-click on a report file entry and select "Delete Report File" from the context menu
47
+
-**View Updates**: Review update notifications when the extension is updated with links to changelog and GitHub
0 commit comments