From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus 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: Thu, 25 May 2017 22:10:12 +0200 Message-ID: <87inkovgt7.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDz6C-0005NF-6s for bug-guix@gnu.org; Thu, 25 May 2017 16:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDz67-000669-8G for bug-guix@gnu.org; Thu, 25 May 2017 16:11:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35491) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDz66-00065z-Sz for bug-guix@gnu.org; Thu, 25 May 2017 16:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDz66-0002XA-GG for bug-guix@gnu.org; Thu, 25 May 2017 16:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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 Brenton Horne writes: > As I understand it only the guix build command has an option to log output > to a file. Actually, the output of “guix build” is indeed stored by default. You can get it by asking for the logs for a given derivation. For example: # build something, please guix build --no-substitutes samtools … # show me the derivation guix build -d samtools # show me the location of the matching log guix build --log-file $(guix build -d samtools) Does this solve the feature request? -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net