This is a simple quick feature, but it doesn't cover the total range of log filtering worth doing. Any complex log filtering should be done on the frontend not on the origin of logs. Discrete data should be captured and filtered down the line.
Issues Fixed
Fixes #7
Tasks
[x] 1. Added Logger.setFilter to set a regex filter on the logs
👇 Click on the image for a new way to code review
- Make big changes easier — review code in small groups of related files
- Know where to start — see the whole change at a glance
- Take a code tour — explore the change with an interactive tour
- Make comments and review — all fully sync’ed with github
[Try it now!](https://app.codesee.io/r/reviews?pr=12&src=https%3A%2F%2Fgithub.com%2FMatrixAI%2Fjs-logger)
Description
This adds the ability to filter logs based on key path using a regex.
This is a simple quick feature, but it doesn't cover the total range of log filtering worth doing. Any complex log filtering should be done on the frontend not on the origin of logs. Discrete data should be captured and filtered down the line.
Issues Fixed
Tasks
Logger.setFilter
to set a regex filter on the logsFinal checklist