A centralized hub where you can access and analyze logs from your applications deployed on our Salus. Here's what you can do with this feature:
- Search your logs using keywords to quickly find the information you're looking for
- Filter logs based on their severity level (such as Trace, Debug, Information, Error, and Warning) and by date time range
- See the severity summary showing how many log items there are for each severity level
- View the log table showing the log details, timestamp, and severity
- Visualize number of logs for each severity level at 15 minute intervals within the selected time range
View Deployed Application Logs
To view the logs of a deployed application:

- Navigate to the Deployments Page via the deployments tab next to Pipelines
- Click on the chevron to the right of the deployment list item, or any empty space on the card, as indicated in the images below
- Click on the Logs tab located next to Details
Filter Application Logs
There are five severity levels
- Trace: the finest level of granularity, providing detailed tracking and visibility into the application's flow
- Debug: offers insights primarily for development and troubleshooting
- Information: general operational entries about the application's normal behavior
- Warning: an indication that something unexpected happened, or may happen soon
- Error: shows that a specific operation failed, causing an exception or an unexpected behavior