Skip to content

Commit

Permalink
Fix #2 - tarts log to stdout by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Nov 7, 2016
1 parent edccae6 commit d14e96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pushtart/tartmanager/access.go
Expand Up @@ -43,6 +43,7 @@ func New(pushURL, owner string) {
PID: -1,
RestartDelaySecs: 30,
RestartOnStop: false,
LogStdout: true,
})
}

Expand Down

0 comments on commit d14e96c

Please sign in to comment.