Gentoo Archives: gentoo-user

From: Fernando Meira <fmeira@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] record emerge messages
Date: Sun, 07 Aug 2005 23:16:41
Message-Id: a3c2e88b0508071610168175d9@mail.gmail.com
In Reply to: [gentoo-user] record emerge messages by Rodrigo Lazo Paz
1 On 8/7/05, Rodrigo Lazo Paz <eduardo_lazo@×××××.com> wrote:
2 >
3 > Hi, I've been looking and I haven't found a way to
4 > record the emerge's messages like
5 >
6 > * Warning! Gentoo's GLIBC with NPTL enabled now
7 > behaves like the
8 > * glibc from almost every other distribution out
9 > there
10 >
11 > There's a log or a tool that records that?
12
13
14 There's a log in /var/log/emerge.log
15 or you could direct the output to a file:
16 emerge "package" > file.log
17 or
18 emerge "package" > /var/log/emerge-"package".log 2>&1 &
19
20 Cheers,
21 Fernando