July 1, 2025·Product
Announcing Logs Explorer
Pedro Hernández

Pedro Hernández
Easily view, search, and filter your runtime and build logs in Medusa Cloud.

We are excited to release the new Logs Explorer in Medusa Cloud. You will now be able to troubleshoot your Medusa deployments and builds through a clean and user-friendly interface with multiple options to search and filter the logs to find what you need.
Easy access to runtime logs
Previously, logs were hidden within environment pages, making them hard to discover. We have changed that, and you can now access runtime logs for any of your environments from the project page.

In order to debug issues specific to a single deployment, you can explore logs for a single deployment, so you get straight to the issue you want to investigate.

Feature-rich runtime log explorer
Logs are only helpful when you can find signal in the noise. Previously, you would have to scroll and carefully parse every log line to find what you were looking for. With the new log explorer, we have built a powerful UI to search and filter through your application logs. You will be able to:
- Search your logs for exact text matches
- Choose any time range
- Select log lines with desired log levels
- Filter by HTTP path
- Filter by any metadata values in your logs
- Download your logs as a file

Once you find the log line you are looking for, you can expand to view metadata you added to it in your application. From the details drawer, you can also filter by the any metadata value, download the log line, or view the log as JSON.

Easier way to analyze your build logs
Build logs now come with some quality-of-life features that will guide you straight to the reason why your build failed:
- The multiple build steps are clearly differentiated
- You can compress all the steps if you only want a summary of the build.
- You can see how much time each step took
- There is a search bar that lets you navigate through occurrences of your search string
- It is possible to download the logs if you need to analyze them locally

A quick wrap-up tour
Go try this out yourself on Medusa Cloud by reaching out at medusajs.com/start.
Happy logging!