The Logs View allows users to inspect the logs of a specific container within a pod of a vertex. This guide will walk you through the Logs tab and its various features.
Select a Pod
Navigate to the Pods View tab after selecting the vertex and select a pod by name from the Select a Pod by Name dropdown.
Select a Container
Choose a container from the Select a Container section.
View Logs
Open the Logs Tab on the right to view the container logs.
- Enable the checkbox to view logs from previously terminated containers.
- This is particularly useful for debugging issues.
- Filter logs by typing keywords in the Search Logs box.
- Enable the Negate Search option to exclude logs matching the search keywords from the view.
- Use the Wrap Lines feature to avoid horizontal scrolling for long log lines, improving readability.
- Pause the log stream to inspect logs when there is a high volume of data.
- Toggle between Dark Mode and Light Mode for better visibility based on your preference.
- Switch between ascending and descending order of log timestamps for easier navigation.
- Download the last 1000 logs for offline analysis.
- Toggle timestamps in the logs based on your requirements.
- Filter logs by log levels such as:
- Info
- Error
- Warn
- Debug










