Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: experimental/webtry/setup/sys/webtry_init

Issue 655323002: webtry: Switch from Go's log package to golang/glog. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add log_dir flag to daemon args list Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/sys/webtry_init
diff --git a/experimental/webtry/setup/sys/webtry_init b/experimental/webtry/setup/sys/webtry_init
index 359e19e46c4db49653acaebcaa2319c4181420e4..3d2e1a20a1200b31c4aa8a9008969b2a5f598c9a 100644
--- a/experimental/webtry/setup/sys/webtry_init
+++ b/experimental/webtry/setup/sys/webtry_init
@@ -22,7 +22,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="The Skia webtry application."
NAME=webtry
DAEMON=/home/webtry/skia/experimental/webtry/$NAME
-DAEMON_ARGS="--use_chroot"
+DAEMON_ARGS="--use_chroot --log_dir=/tmp/glog"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
« no previous file with comments | « no previous file | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698