From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpO7-00079a-VT for guix-patches@gnu.org; Mon, 20 May 2019 17:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSpO6-0007r0-Ud for guix-patches@gnu.org; Mon, 20 May 2019 17:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSpO6-0007qn-Qy for guix-patches@gnu.org; Mon, 20 May 2019 17:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hSpO6-0001Ol-OZ for guix-patches@gnu.org; Mon, 20 May 2019 17:00:02 -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:59: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: <878sv0q1ur.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: > + #:log-file "/var/log/guix-publish.log")) It=E2=80=99d probably make sense to extend =E2=80=98rottlog-service-type=E2= =80=99 in a subsequent patch so that this file is automatically rotated (especially since it can grow pretty quickly.) Ludo=E2=80=99.