CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

cc-logs: support exact match filtering #1014

Closed pdesoyres-cc closed 2 weeks ago

pdesoyres-cc commented 2 months ago

As of now, when filtering on log messages, the filter is split by space and each token is searched using an 'AND' boolean expression.

We would like to support exact-match filtering. Maybe by using double quotes around the text.