-
-
Save cicorias/9758e16b079dbb960f6b16ab6c2e915d to your computer and use it in GitHub Desktop.
docker logs sorted by time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker service logs SERVICE -t 2>&1 | sort -k 1 | |
| docker-compose logs -t 2>&1 | sort -k 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment