Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #236 from zalando-stups/change_permission_var_log_…
Browse files Browse the repository at this point in the history
…custom

change permission on /var/log-custom that docker is able to write logs
  • Loading branch information
mrandi committed Jun 2, 2016
2 parents d7e3987 + 028840a commit 75a3e61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .zappr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
approvals:
minimum: 1
pattern: "^(:\\+1:|👍|LGTM|lgtm)$"
from:
orgs:
- stups
collaborators: true
3 changes: 3 additions & 0 deletions runtime/opt/taupage/init.d/00-create-custom-log-dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ if [ ! -d /var/log-custom ]
then
mkdir /var/log-custom
fi

#make writeable for application user that are docker is able to write custom logs
chown application.application /var/log-custom

0 comments on commit 75a3e61

Please sign in to comment.