vessl-docs / guides /serve /logs.md
sanghyuk-vessl's picture
Add vessl-docs
76d9c4f verified
metadata
title: Service logs
version: EN

Logs are an essential component for debugging services. In VESSL Serve, the platform automatically collects logs from each replica comprising the model service, allowing users to view them through a dedicated dashboard. The Log tab within the service dashboard provides access to logs from replicas currently in operation.

Viewing Logs and Filtering by Revision

By default, the Logs tab displays logs from all replicas currently active in the service.

<img style={{ borderRadius: '0.5rem' }} src="/images/serve/logs/1_log.png" />

The Revision dropdown menu enables users to filter and view logs specific to a chosen revision of the service.

<img style={{ borderRadius: '0.5rem' }} src="/images/serve/logs/2_log.png" />

After selecting a revision, users can further filter logs by specifying the target replicas they are interested in.

<img style={{ borderRadius: '0.5rem' }} src="/images/serve/logs/3_log.png" />

<img style={{ borderRadius: '0.5rem' }} src="/images/serve/logs/4_log.png" />