Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/179423

Change subject: send log to stdout with upstart and systemd
......................................................................

send log to stdout with upstart and systemd

Change-Id: I7d46f8d2d09a8a32a4bb5ba6630c09e40a744570
---
M debian/changelog
M debian/diamond.service
M debian/diamond.upstart
3 files changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/python-diamond 
refs/changes/23/179423/1

diff --git a/debian/changelog b/debian/changelog
index 718fdc3..4bb2dfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+diamond (3.5-3) trusty; urgency=medium
+
+  * Send log to stdout with upstart and systemd
+
+ -- Filippo Giunchedi <fili...@wikimedia.org>  Fri, 12 Dec 2014 10:10:51 +0000
+
 diamond (3.5-2) trusty; urgency=medium
 
   * Fix upgrade path from older python-diamond package.
diff --git a/debian/diamond.service b/debian/diamond.service
index 63f855a..8d569da 100644
--- a/debian/diamond.service
+++ b/debian/diamond.service
@@ -3,7 +3,7 @@
 
 [Service]
 User=diamond
-ExecStart=/usr/bin/diamond --foreground --skip-fork --skip-pidfile
+ExecStart=/usr/bin/diamond --foreground --skip-fork --skip-pidfile --log-stdout
 
 [Install]
 WantedBy=multi-user.target
diff --git a/debian/diamond.upstart b/debian/diamond.upstart
index 0d97169..6652481 100644
--- a/debian/diamond.upstart
+++ b/debian/diamond.upstart
@@ -9,4 +9,4 @@
 
 setuid diamond
 
-exec /usr/bin/diamond --foreground --skip-fork $DAEMON_ARGS
+exec /usr/bin/diamond --foreground --skip-fork --log-stdout $DAEMON_ARGS

-- 
To view, visit https://gerrit.wikimedia.org/r/179423
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d46f8d2d09a8a32a4bb5ba6630c09e40a744570
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/python-diamond
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to