$80M in Series C funding and 2 million developers.
Learn moreDecember 13, 2023
Improved
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.