Created
March 8, 2018 19:00
-
-
Save alexcheng1982/6a9544d6ade8f9c6dba2d939e311cc14 to your computer and use it in GitHub Desktop.
Elastic Beanstalk log config
This file contains 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
files: | |
"/opt/elasticbeanstalk/tasks/taillogs.d/my-app.conf" : | |
mode: "000644" | |
owner: webapp | |
group: webapp | |
content: | | |
/var/log/myapp.log | |
"/opt/elasticbeanstalk/tasks/bundlelogs.d/my-app.conf" : | |
mode: "000644" | |
owner: webapp | |
group: webapp | |
content: | | |
/var/log/myapp.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment