mix weaviate.logs (WeaviateEx v0.7.4)

View Source

Shows logs from the Weaviate Docker profiles copied from the Python client.

Usage

mix weaviate.logs [options]

Options

-f, --follow      - Follow log output (requires --file)
-n, --tail        - Number of lines to show from end (default: 100)
--since           - Show logs since timestamp (e.g. 10m, 2023-01-01T00:00:00)
--until           - Show logs until timestamp
--service         - Limit to a specific compose service
--file            - Restrict to a specific docker-compose file (e.g. docker-compose.yml)

Examples

# Show last 100 lines
mix weaviate.logs

# Follow async profile logs
mix weaviate.logs --file docker-compose-async.yml --follow