We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0313ec commit d6f97adCopy full SHA for d6f97ad
1 file changed
ansible/roles/loggly/tasks/main.yml
@@ -76,6 +76,8 @@
76
path=/var/log/{{ name }}.log
77
state=absent
78
79
+# outside of ansible, upstart will write to logfile as root; this is a bandaid until we change upstart's behavior - TODO, cneill 12/16/2015
80
+# the log destination for npm is set inside the dock-init repo.
81
- name: touch the log file
82
tags: [loggly, deploy]
83
sudo: yes
0 commit comments