Created
November 29, 2019 04:59
-
-
Save luisovando/9cbd803d6c526518c92387aa6456bcd1 to your computer and use it in GitHub Desktop.
Tracking logs docker and elastic beanstalk
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
| /var/log/eb-docker/containers/eb-current-app/* | |
| /var/log/docker | |
| /var/log/docker-events.log | |
| /var/log/docker-ps.log | |
| y los de default de nginx | |
| docker logs $(docker ps -q | awk '{print $1'}) -f | |
| docker exec -it $(docker ps -q | awk '{print $1'}) sh | |
| * /var/log/eb-activity.log | |
| * /var/log/nginx/error.log | |
| * /var/log/docker-events.log | |
| * /var/log/docker | |
| * /var/log/nginx/access.log | |
| * /var/log/eb-docker/containers/eb-current-app/stdouterr.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment