Logs
Application Logs
Shopware PaaS Native allows you to view your application’s logs for a given environment via Grafana.
To access Grafana, run the following command:
bash
sw-paas open grafana
This command will provide you with the Grafana URL, username, and password.
Once logged in to Grafana:
- Go to the Explore tab.
- Select Loki as the data source.
- Filter logs by setting the label
service
to the valueshopware
. - Run the query to view your application logs.
Log retention
Shopware PaaS Native keeps your latest logs available for review. Logs older than 14 days are automatically removed.