From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27067: Feature request: please allow for either automatic logging of all output of every guix commands or add an option to each guix command to allow it for all to be logged Date: Tue, 30 May 2017 22:14:35 +0200 Message-ID: <87k24yf6fo.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFnXm-0008Eu-3e for bug-guix@gnu.org; Tue, 30 May 2017 16:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFnXi-0000RK-Rd for bug-guix@gnu.org; Tue, 30 May 2017 16:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43039) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFnXi-0000RE-Oi for bug-guix@gnu.org; Tue, 30 May 2017 16:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dFnXi-0004NK-Gd for bug-guix@gnu.org; Tue, 30 May 2017 16:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Brenton Horne's message of "Thu, 25 May 2017 17:54:12 +1000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Brenton Horne Cc: 27067@debbugs.gnu.org Hi Brenton, Brenton Horne skribis: > As I understand it only the guix build command has an option to log outpu= t to a file. Every derivation that is built, regardless of the command, has its log stored in /var/log/guix/drvs. What =E2=80=98guix build=E2=80=99 has is a s= imple way to get the file name or URL of a build log: guix build --log-file coreutils See: https://www.gnu.org/software/guix/manual/html_node/Additional-Build-Optio= ns.html https://www.gnu.org/software/guix/manual/html_node/Invoking-guix_002ddaem= on.html (specifically --lose-logs and --disable-log-compression) Can we say your feature request has already been fulfilled? :-) Thanks, Ludo=E2=80=99.