From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac 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:11:58 +0530 Message-ID: <50bb18f3.AEAAKjHnUF0AAAAAAAAAAAPE-hAAAAACwQwAAAAAAAW9WABZJwlc@mailjet.com> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDvqs-0006pu-Ot for bug-guix@gnu.org; Thu, 25 May 2017 12:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDvqo-0007oU-SW for bug-guix@gnu.org; Thu, 25 May 2017 12:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDvqo-0007oP-Hh for bug-guix@gnu.org; Thu, 25 May 2017 12:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDvqo-00063O-8k for bug-guix@gnu.org; Thu, 25 May 2017 12:43: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 > I realize people can already log all output using redirection like > with: > > COMMAND > output.log 2>&1 > > but with this method no output is shown at the command-line so users can'= t > track what guix is doing in real-time. Somebody else should comment on the feature request. But, for immediate usage, to both log the output and see it in real-time, you could use something like: COMMAND | tee output.log =