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
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,14 @@ The Magento Log Viewer extension for Visual Studio Code provides a convenient wa
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
13
- Section for Report files with parsed and optimized titles
14
+
-**Quick Search/Filter Box** - Real-time filtering of log entries with case-sensitive and regex support
15
+
-**Advanced Search Options** - Search through log entries with pattern matching and text filtering
16
+
-**Intelligent File Caching** - Enhanced performance with smart memory management and ~80% faster file reads
14
17
- Option to group log entries by message content
15
18
- Direct file opening with line highlighting
16
19
- One-click log file clearing with confirmation popup
17
-
- Status bar showing total log entries
18
-
- Real-time log file monitoring
20
+
- Status bar showing total log entries with active search indicator
21
+
- Real-time log file monitoring with optimized cache invalidation
19
22
- Badge in the tree view showing the total number of log entries
20
23
- Improved report file titles by parsing content for better readability
21
24
- Color-coded icons for different log levels (ERROR, WARN, DEBUG, INFO)
@@ -33,11 +36,16 @@ The Magento Log Viewer extension for Visual Studio Code provides a convenient wa
33
36
4. Select your Magento root directory
34
37
5. The extension will now load your log files
35
38
36
-
Note: Settings are workspace-specific, allowing different configurations for each Magento project.
39
+
Note: Settings are workspace-specific, allowing different configurations for each Magento project. The extension features intelligent file caching for improved performance, especially with large log files.
37
40
38
41
## Usage
39
42
40
43
-**View Logs**: Open the Magento Log Viewer sidebar (M logo)
44
+
-**Search Logs**: Click the search icon in the log view header to filter entries in real-time
45
+
-**Text Search**: Enter any text to filter log entries containing that text
46
+
-**Case-Sensitive**: Enable in settings (`magentoLogViewer.searchCaseSensitive`) for exact case matching
47
+
-**Regex Support**: Enable in settings (`magentoLogViewer.searchUseRegex`) for pattern matching (e.g., `error.*critical`)
48
+
-**Clear Search**: Click the clear icon (visible during active search) to remove filters
41
49
-**Clear Logs**: Click the trash icon in the view header. A confirmation popup will appear to confirm the action.
42
50
-**Refresh**: Click the refresh icon or wait for auto-update
43
51
-**Navigate**: Click on log entries to jump to specific lines
0 commit comments