public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Which log file do all the emerge messages get saved in?
@ 2011-12-21 17:48 Alan Mackenzie
  2011-12-21 18:08 ` Yohan Pereira
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Mackenzie @ 2011-12-21 17:48 UTC (permalink / raw
  To: gentoo-user

Evening, all.

The messages which stream by during an emerge, in particular the
warnings etc. which are repeated at the end of a single emerge
operation.  They're accumulated in a log file somewhere, aren't they?

I can't find this file anymore.  I've looked in /var/log,
/var/lib/portage, but find nothing.

Would some kind soul please identify this log file for me.  Thanks!

-- 
Alan Mackenzie (Nuremberg, Germany).



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Which log file do all the emerge messages get saved in?
  2011-12-21 17:48 [gentoo-user] Which log file do all the emerge messages get saved in? Alan Mackenzie
@ 2011-12-21 18:08 ` Yohan Pereira
  2011-12-22 14:06   ` Alan Mackenzie
  0 siblings, 1 reply; 5+ messages in thread
From: Yohan Pereira @ 2011-12-21 18:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

On Wednesday 21 Dec 2011 17:48:00 Alan Mackenzie wrote:
> Evening, all.
> 
> The messages which stream by during an emerge, in particular the
> warnings etc. which are repeated at the end of a single emerge
> operation.  They're accumulated in a log file somewhere, aren't they?
> 
> I can't find this file anymore.  I've looked in /var/log,
> /var/lib/portage, but find nothing.
> 
> Would some kind soul please identify this log file for me.  Thanks!

/var/log/portage/elog/summary.log 

:)

-- 

- Yohan Pereira

"A man can do as he will, but not will as he will" - Schopenhauer

[-- Attachment #2: Type: text/html, Size: 3976 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Which log file do all the emerge messages get saved in?
  2011-12-21 18:08 ` Yohan Pereira
@ 2011-12-22 14:06   ` Alan Mackenzie
  2011-12-23 16:37     ` [gentoo-user] " James
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Mackenzie @ 2011-12-22 14:06 UTC (permalink / raw
  To: gentoo-user

Hi, Yohan.

On Wed, Dec 21, 2011 at 11:38:08PM +0530, Yohan Pereira wrote:
> On Wednesday 21 Dec 2011 17:48:00 Alan Mackenzie wrote:
> > Evening, all.

> > The messages which stream by during an emerge, in particular the
> > warnings etc. which are repeated at the end of a single emerge
> > operation.  They're accumulated in a log file somewhere, aren't they?

> > I can't find this file anymore.  I've looked in /var/log,
> > /var/lib/portage, but find nothing.

> > Would some kind soul please identify this log file for me.  Thanks!

> /var/log/portage/elog/summary.log 

That's it!  Many thanks.

> :)

> -- 

> - Yohan Pereira

-- 
Alan Mackenzie (Nuremberg, Germany).



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: Which log file do all the emerge messages get saved in?
  2011-12-22 14:06   ` Alan Mackenzie
@ 2011-12-23 16:37     ` James
  2011-12-23 16:46       ` Pandu Poluan
  0 siblings, 1 reply; 5+ messages in thread
From: James @ 2011-12-23 16:37 UTC (permalink / raw
  To: gentoo-user

Alan Mackenzie <acm <at> muc.de> writes:

> > > The messages which stream by during an emerge, in particular the
> > > warnings etc. which are repeated at the end of a single emerge
> > > operation.  They're accumulated in a log file somewhere, aren't they?

> > /var/log/portage/elog/summary.log 

If you want a finer granularity of control, just set it up
in /etc/make.conf

Here's an example I use on one system:

## LOGGING Control of Ebuilds
PORT_LOGDIR="/var/log/elog/"
PORTAGE_ELOG_CLASSES="info log error"
PORTAGE_ELOG_SYSTEM="save"

Lots of ways to customize the logging of what you emerge.
hth,
James




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: Which log file do all the emerge messages get saved in?
  2011-12-23 16:37     ` [gentoo-user] " James
@ 2011-12-23 16:46       ` Pandu Poluan
  0 siblings, 0 replies; 5+ messages in thread
From: Pandu Poluan @ 2011-12-23 16:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

On Dec 23, 2011 11:41 PM, "James" <wireless@tampabay.rr.com> wrote:
>
> Alan Mackenzie <acm <at> muc.de> writes:
>
> > > > The messages which stream by during an emerge, in particular the
> > > > warnings etc. which are repeated at the end of a single emerge
> > > > operation.  They're accumulated in a log file somewhere, aren't
they?
>
> > > /var/log/portage/elog/summary.log
>
> If you want a finer granularity of control, just set it up
> in /etc/make.conf
>
> Here's an example I use on one system:
>
> ## LOGGING Control of Ebuilds
> PORT_LOGDIR="/var/log/elog/"
> PORTAGE_ELOG_CLASSES="info log error"
> PORTAGE_ELOG_SYSTEM="save"
>
> Lots of ways to customize the logging of what you emerge.
> hth,
> James
>
>

... and emerge elogv. Makes reading portage info/warns/errors easier thanks
to its colorful ncurses interface :-)

Rgds,

[-- Attachment #2: Type: text/html, Size: 1247 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-23 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 17:48 [gentoo-user] Which log file do all the emerge messages get saved in? Alan Mackenzie
2011-12-21 18:08 ` Yohan Pereira
2011-12-22 14:06   ` Alan Mackenzie
2011-12-23 16:37     ` [gentoo-user] " James
2011-12-23 16:46       ` Pandu Poluan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox