defang compose logs
Show logs from one or more services
defang compose logs [SERVICE...] [flags]
Options
--deployment string deployment ID of the service
--filter string only show logs containing given text; case-insensitive
--follow follow log output; incompatible with --until
-h, --help help for logs
--limit int32 maximum number of log lines to show (default 100)
-r, --raw show raw (unparsed) logs
--since string show logs since duration/time
--type log-type show logs of type; one of [RUN BUILD ALL] (default ALL)
--until string show logs until duration/time; incompatible with --follow
--utc show logs in UTC timezone (ie. TZ=UTC)