Skip to content

Commit 065eb7c

Browse files
committed
Update README to include collapsible log lines feature and improve log file interaction instructions
1 parent 00b83d7 commit 065eb7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Magento Log Viewer
22

3-
![CI](https://github.com/dermatz/magento-log-viewer/actions/workflows/ci.yml/badge.svg)
4-
53
The Magento Log Viewer extension for Visual Studio Code allows you to easily view and manage log files in your Magento project. This extension provides a tree view of log files, the ability to open and clear log files, and a status bar item showing the number of log files.
64

75
## Features
86

97
- **View Log Files**: Displays a tree view of log files in the `var/log` directory of your Magento project.
108
- **Open Log Files**: Open log files directly in the editor by clicking on them in the tree view.
9+
- **Collapsible Log Lines**: Each log file can be expanded to view individual lines.
1110
- **Clear Log Files**: Clear all log files with a single command.
1211
- **Status Bar Item**: Shows the number of log files in the status bar.
1312

@@ -29,7 +28,8 @@ This extension contributes the following settings:
2928
2. **Configure the extension**: When you open a workspace, the extension will prompt you to specify if it is a Magento project. If you select "Yes", you will be prompted to select the Magento root folder.
3029
3. **View log files**: The log files will be displayed in the tree view under the "Magento Log Viewer" activity bar.
3130
4. **Open log files**: Click on any log file in the tree view to open it in the editor.
32-
5. **Clear log files**: Use the "Clear all Logs" command to delete all log files in the `var/log` directory.
31+
5. **Expand log files**: Click on the arrow next to a log file to expand and view individual lines.
32+
6. **Clear log files**: Use the "Clear all Logs" command to delete all log files in the `var/log` directory.
3333

3434
## Known Issues
3535

0 commit comments

Comments
 (0)