Skip to content

Commit ce691a6

Browse files
committed
Update changelog and README to reflect changes in log entry management
1 parent 61e3b10 commit ce691a6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9-
- Initial release
9+
### Added
10+
- View log files in the `var/log` directory of your Magento project.
11+
- Open log files directly in the editor by clicking on them in the tree view.
12+
- Expand log files to view individual lines.
13+
- Clear all log files with a single command.
14+
- Status bar item showing the number of log entries.
15+
- Badge in the tree view showing the total number of log entries.
16+
17+
### Changed
18+
- Status bar item now shows the total number of log entries instead of the number of log files.
19+
- Updated README to reflect the change in the status bar item text.

README.md

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

3-
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.
3+
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 entries.
44

55
## Features
66

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

1313
## Requirements
1414

0 commit comments

Comments
 (0)