From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpN8-000744-Uk for guix-patches@gnu.org; Mon, 20 May 2019 16:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSpN8-0007Go-1R for guix-patches@gnu.org; Mon, 20 May 2019 16:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSpN7-0007Gh-Ud for guix-patches@gnu.org; Mon, 20 May 2019 16:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hSpN7-0001Md-Mr for guix-patches@gnu.org; Mon, 20 May 2019 16:59:01 -0400 Subject: [bug#35794] [PATCH] services: guix-publish: Log to a file. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190518213603.31145-1-mail@cbaines.net> Date: Mon, 20 May 2019 22:58:08 +0200 In-Reply-To: <20190518213603.31145-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 18 May 2019 22:36:03 +0100") Message-ID: <87ef4sq1wf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 35794@debbugs.gnu.org Christopher Baines skribis: > This makes it easier to read the output, as it's recorded in a file. > > * gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file to > make-forkexec-constructor. LGTM! Ludo=E2=80=99.