Search your logs with regex and wildcards
We've added support for regex and wildcard search to Render's new log explorer. Try out searches like these:
/(request|response)/
- Find lines that mention at least one ofrequest
orresponse
./api/*
- Find lines that mention a path that includes/api/
.
See more examples in the documentation.