LogsANC — Logs Noise CancellingFilter log files by hiding noisy lines, showing only important ones, or both. Works on static files and live streams. How It WorksLogsANC has two filtering modes:
Both modes support exclude (hide lines matching a term) and include (show only lines matching a term) filters, and they can be combined. Features
UsageCommands (via Command Palette
|
| Command | Description |
|---|---|
Logs NC: Add Exclude Term |
Dim lines containing a term |
Logs NC: Add Include Term |
Dim lines NOT containing a term |
Logs NC: Remove Exclude Term |
Remove a dim exclude filter |
Logs NC: Remove Include Term |
Remove a dim include filter |
Logs NC: Hard Hide Lines Containing... |
Completely hide matching lines in filtered view |
Logs NC: Hard Show Only Lines Containing... |
Show only matching lines in filtered view |
Logs NC: Remove Hard Hide Term |
Remove a hard hide filter |
Logs NC: Remove Hard Show Term |
Remove a hard show filter |
Logs NC: Open Filtered View |
Open a read-only panel with filtered output |
Logs NC: Manage Filters |
View and remove active filters |
Logs NC: Clear All Filters |
Remove all active filters |
Logs NC: Toggle Filtering On/Off |
Enable or disable filtering |
Logs NC: Enable Filtering |
Enable filtering |
Logs NC: Disable Filtering |
Disable filtering |
Right-click menu
Select any text in the editor and right-click to:
- Exclude Selected Text — dim lines containing the selection
- Include Selected Text — dim lines not containing the selection
- Hard Hide Selected Text — hide lines containing the selection in filtered view
- Hard Show Selected Text — show only lines containing the selection in filtered view
Extension Settings
| Setting | Default | Description |
|---|---|---|
logsNoiseCancelling.dimOpacity |
0.15 |
Opacity of dimmed lines (0 = invisible, 1 = fully visible) |
logsNoiseCancelling.autoRefreshOnChange |
true |
Re-apply filters when the document changes (for live log streams) |
Release Notes
1.0.4
- Updated documentation
- Fixed filtered view source file matching
1.0.0
Initial release.