public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: app-admin/consul/files/, app-admin/consul/
Date: Wed,  4 Jun 2014 09:29:32 +0000 (UTC)	[thread overview]
Message-ID: <1401874168.48c8b34c768621f5ebea96e2b7c4fcd7ab7492ed.ultrabug@gentoo> (raw)

commit:     48c8b34c768621f5ebea96e2b7c4fcd7ab7492ed
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 09:29:28 2014 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 09:29:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=48c8b34c

consul add telemetry log

---
 app-admin/consul/Manifest                 | 2 +-
 app-admin/consul/files/consul-agent.initd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index c025d2a..5152c12 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -1,3 +1,3 @@
 AUX consul-agent.confd 126 SHA256 f86878f356ba57b9d54f94ff93798b6751833127efa03214ad5afa68a17bb5f2 SHA512 a6ef9db3ed9a3a6cd1c50ada4e1c2c7cd6e7d3eff44bacc21e3e11d83a764df1d311998d54951afb8a96854a4f80ff8920e21133cb8bbd55cf96f7285fb3bad3 WHIRLPOOL e2e7a64bb3dc983919ac42c5bb221272a666145322ebf6ee2f91b72d8101ea9f90170d41826a683e3d318df0581e89d272e0d51793d845c67094fa274da67fe2
-AUX consul-agent.initd 997 SHA256 c940182f1757c64a216150037764168076c7a805ff0b4583223864226e1213d9 SHA512 d29950024109df319cc1265c7ce853b03e09bd59089af6813319ed5ffc1ca2cb7e91912ae970847099acf6e6aa70469eeb32194b57853616d4d16c2406cabace WHIRLPOOL 2d4e0136a82dae266ac0c20d929d96a2a79f7d1711b3fbd24d4031765be1f9a302c4751a9b8a8b68b60264636ef473d3de8dc9dcfc0384798ea37007b38e1989
+AUX consul-agent.initd 1047 SHA256 b7b30d8d60ea2fdfcd0a7b57060c0852dd962fe4cdb006e1d9ce4e1786699112 SHA512 06a45088ee8d19a57505a66ebab738e9afe87c4bb8aa2650ae68c5459cf2f2da0f9e5c60e61bbe1afd8597c10233cbf85abc00d9f8bc15dc8940abb356e03fc3 WHIRLPOOL e7f7a3e5a6dd7645b5dc144494bae4c0ea5196ecc25d280fb8366cff5fd9356017b842776ae739609612edd893538969edc7affb345013196b01d4a359304ef5
 EBUILD consul-0.2.1.ebuild 1352 SHA256 ff195f991235f980d00e1a3142e06f249c36c9cdb831cfec07c39db6f22747c3 SHA512 460f0c3339bcee0d4801534a2175587d2823b12427680a07faad5954f7f0c19b9f3eacace6bc12445d881d43a56c6bacf2daaab4ebca9c01b08c045ca0e0e9e5 WHIRLPOOL dccf7a514b0718cdcaf743c7b551c01b127b79dbfd7611264f7afc253ef196bcf9ac135cff455723526752aef8b3038f9dd80c7021c3e0f12ada83f5f6a4e2a2

diff --git a/app-admin/consul/files/consul-agent.initd b/app-admin/consul/files/consul-agent.initd
index c516eb9..646220a 100644
--- a/app-admin/consul/files/consul-agent.initd
+++ b/app-admin/consul/files/consul-agent.initd
@@ -8,7 +8,7 @@ pidfile=${pidfile:-"/run/${SVCNAME}.pid"}
 command="/usr/bin/consul"
 command_args="agent ${command_args} -pid-file ${pidfile}"
 command_background="true"
-start_stop_daemon_args="--stdout /var/log/consul/${SVCNAME}.log"
+start_stop_daemon_args="--stdout /var/log/consul/${SVCNAME}.log --stderr /var/log/consul/${SVCNAME}.telemetry.log"
 
 description="tool for service discovery, monitoring and configuration."
 extra_started_commands="reload telemetry"


             reply	other threads:[~2014-06-04  9:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04  9:29 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05  9:16 [gentoo-commits] dev/ultrabug:master commit in: app-admin/consul/files/, app-admin/consul/ Alexys Jacob
2014-06-04 14:25 Alexys Jacob
2014-06-03 17:05 Alexys Jacob
2014-06-03 14:05 Alexys Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401874168.48c8b34c768621f5ebea96e2b7c4fcd7ab7492ed.ultrabug@gentoo \
    --to=ultrabug@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox