Skip to content

Commit 1a61c32

Browse files
dwilliams-kenzanlwander
authored andcommitted
Appending to log file (spinnaker#301)
Changing to appending to the log file so logs will correctly rotate. This prevents large amounts of null data at the start of a rotated log file.
1 parent 8137574 commit 1a61c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front50-web/etc/init/front50.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ expect fork
99

1010
stop on stopping spinnaker
1111

12-
exec /opt/front50/bin/front50 2>&1 > /var/log/spinnaker/front50/front50.log &
12+
exec /opt/front50/bin/front50 2>&1 >> /var/log/spinnaker/front50/front50.log &

0 commit comments

Comments
 (0)