Skip to content

Commit d6f97ad

Browse files
author
Christopher M. Neill
committed
adding note re: npm log dest
1 parent e0313ec commit d6f97ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/loggly/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
path=/var/log/{{ name }}.log
7777
state=absent
7878

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.
7981
- name: touch the log file
8082
tags: [loggly, deploy]
8183
sudo: yes

0 commit comments

Comments
 (0)