Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SilverStripe config handling for which log levels should be handled #2

Closed
robbieaverill opened this issue Jan 7, 2017 · 0 comments
Milestone

Comments

@robbieaverill
Copy link
Contributor

robbieaverill commented Jan 7, 2017

The Monolog handler interface provides a handle method which you can use to filter or keep log entries passed to it.

We should be able to configure which log levels to keep for our DataObjectHandler, e.g.:

---
Name: logviewerconfig
---
SilverLeague\LogViewer\Handler\DataObjectHandler:
  handle_log_levels: [ INFO, WARN, ERROR ]

Alternatively, perhaps we put this along with some other settings e.g. maximum log entry limit, max lifetime before cleanup, etc into a SiteConfig area instead of config? I'd probably say we keep the UI clean and put it all in YAML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant