diff --git a/data/export/launchd/launchd.plist.erb b/data/export/launchd/launchd.plist.erb
index 8694564..fe02308 100644
--- a/data/export/launchd/launchd.plist.erb
+++ b/data/export/launchd/launchd.plist.erb
@@ -21,6 +21,8 @@
RunAtLoad
+ StandardOutPath
+ <%= log %>/<%= app %>-<%= name %>-<%=num%>.log
StandardErrorPath
<%= log %>/<%= app %>-<%= name %>-<%=num%>.log
UserName
diff --git a/spec/resources/export/launchd/launchd-a.default b/spec/resources/export/launchd/launchd-a.default
index 80c731d..7342302 100644
--- a/spec/resources/export/launchd/launchd-a.default
+++ b/spec/resources/export/launchd/launchd-a.default
@@ -17,6 +17,8 @@
RunAtLoad
+ StandardOutPath
+ /var/log/app/app-alpha-1.log
StandardErrorPath
/var/log/app/app-alpha-1.log
UserName
diff --git a/spec/resources/export/launchd/launchd-b.default b/spec/resources/export/launchd/launchd-b.default
index da78927..51b6363 100644
--- a/spec/resources/export/launchd/launchd-b.default
+++ b/spec/resources/export/launchd/launchd-b.default
@@ -17,6 +17,8 @@
RunAtLoad
+ StandardOutPath
+ /var/log/app/app-bravo-1.log
StandardErrorPath
/var/log/app/app-bravo-1.log
UserName
diff --git a/spec/resources/export/launchd/launchd-c.default b/spec/resources/export/launchd/launchd-c.default
index 8059a9d..b157d84 100644
--- a/spec/resources/export/launchd/launchd-c.default
+++ b/spec/resources/export/launchd/launchd-c.default
@@ -18,6 +18,8 @@
RunAtLoad
+ StandardOutPath
+ /var/log/app/app-alpha-1.log
StandardErrorPath
/var/log/app/app-alpha-1.log
UserName