docker service logs <SERVICE OR TASK>
Fetch the logs of a service or task
Arguments
Name | Description |
---|
SERVICE OR TASK | |
Options
Name | Description |
---|
--details | Show extra details provided to logs |
-f, --follow | Follow log output |
--no-resolve | Do not map IDs to Names in output |
--no-task-ids | Do not include task IDs in output |
--no-trunc | Do not truncate output |
--raw | Do not neatly format logs |
--since <string> | Show logs since timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes) |
-n, --tail <string> | Number of lines to show from the end of the logs (default "all") |
-t, --timestamps | Show timestamps |