Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Which log file do all the emerge messages get saved in?
Date: Fri, 23 Dec 2011 16:39:28
Message-Id: loom.20111223T173338-198@post.gmane.org
In Reply to: Re: [gentoo-user] Which log file do all the emerge messages get saved in? by Alan Mackenzie
1 Alan Mackenzie <acm <at> muc.de> writes:
2
3 > > > The messages which stream by during an emerge, in particular the
4 > > > warnings etc. which are repeated at the end of a single emerge
5 > > > operation. They're accumulated in a log file somewhere, aren't they?
6
7 > > /var/log/portage/elog/summary.log
8
9 If you want a finer granularity of control, just set it up
10 in /etc/make.conf
11
12 Here's an example I use on one system:
13
14 ## LOGGING Control of Ebuilds
15 PORT_LOGDIR="/var/log/elog/"
16 PORTAGE_ELOG_CLASSES="info log error"
17 PORTAGE_ELOG_SYSTEM="save"
18
19 Lots of ways to customize the logging of what you emerge.
20 hth,
21 James

Replies

Subject Author
Re: [gentoo-user] Re: Which log file do all the emerge messages get saved in? Pandu Poluan <pandu@××××××.info>