renterd
renterd copied to clipboard
AlertsOpts Severity
The severity filter in for /bus/alerts
filters on the exact severity while it would be more useful to have it behave like a logger, perhaps we can extend it with a MinSeverity
option or allow passing multiple severity levels.
AlertsOpts struct {
Offset int
Limit int
Severity Severity
}