Improve abra app logs output by adding some docker service logs options
#270
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the problem to be solved
Where each line is approximately 1,000,000 characters long.
Describe the solution you would like
Where each line is pretty similar to what's directly output by the service itself (including some neat colour coding that's not visible here).
So basically adding
--no-task-ids --no-trunc --rawto our options for the underlyinglogscall?