From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 18 09:31:33 2019 Received: (at 37343) by debbugs.gnu.org; 18 Sep 2019 13:31:33 +0000 Received: from localhost ([127.0.0.1]:53748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAa3R-0001Yh-38 for submit@debbugs.gnu.org; Wed, 18 Sep 2019 09:31:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAa3O-0001YT-ML for 37343@debbugs.gnu.org; Wed, 18 Sep 2019 09:31:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iAa3J-0007kx-9y; Wed, 18 Sep 2019 09:31:25 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=50926 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iAa3I-0000SC-OW; Wed, 18 Sep 2019 09:31:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#37343] [PATCH] services: virtualization: Change libvirtd use syslog by default. References: <20190908173753.3384-1-mail@cbaines.net> Date: Wed, 18 Sep 2019 15:31:22 +0200 In-Reply-To: <20190908173753.3384-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 8 Sep 2019 18:37:53 +0100") Message-ID: <87blvhbuj9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37343 Cc: 37343@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Christopher Baines skribis: > As defaulting by stderr, along with the shepherd service not directing the > output to a log file makes seeing the output difficult, compared to loggi= ng to > syslog. > > * gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: C= hange > default from "3:stderr" to "3:syslog:libvirtd". LGTM! Ludo=E2=80=99.