Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created March 8, 2018 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcheng1982/6a9544d6ade8f9c6dba2d939e311cc14 to your computer and use it in GitHub Desktop.
Save alexcheng1982/6a9544d6ade8f9c6dba2d939e311cc14 to your computer and use it in GitHub Desktop.
Elastic Beanstalk log config
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