* [gentoo-user] portage logging configuration
@ 2006-04-03 4:22 Leigh Stewart
2006-04-03 4:31 ` kashani
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Leigh Stewart @ 2006-04-03 4:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
could someone tell me where i can configure logging for portage? i.e. i
would like emerge.log to be longer, and i would rather portage logging was
all placed under a directory in /var/log
thanks
[-- Attachment #2: Type: text/html, Size: 213 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage logging configuration
2006-04-03 4:22 [gentoo-user] portage logging configuration Leigh Stewart
@ 2006-04-03 4:31 ` kashani
2006-04-03 4:45 ` David H. Askew
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: kashani @ 2006-04-03 4:31 UTC (permalink / raw
To: gentoo-user
Leigh Stewart wrote:
> could someone tell me where i can configure logging for portage? i.e. i
> would like emerge.log to be longer, and i would rather portage logging
> was all placed under a directory in /var/log
>
> thanks
mkdir /var/log/portage
echo "PORT_LOGDIR=/var/log/portage" >> /etc/make.conf
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage logging configuration
2006-04-03 4:22 [gentoo-user] portage logging configuration Leigh Stewart
2006-04-03 4:31 ` kashani
@ 2006-04-03 4:45 ` David H. Askew
2006-04-03 4:56 ` Willie Wong
2006-04-06 19:10 ` [gentoo-user] " Wiebe Cazemier
3 siblings, 0 replies; 7+ messages in thread
From: David H. Askew @ 2006-04-03 4:45 UTC (permalink / raw
To: gentoo-user
On Monday 03 April 2006 12:22 am, Leigh Stewart wrote:
> could someone tell me where i can configure logging for portage? i.e. i
> would like emerge.log to be longer, and i would rather portage logging was
> all placed under a directory in /var/log
>
> thanks
well, I can answer the location question ...
dave@desktop ~ $ cat /etc/make.conf | grep LOG
PORT_LOGDIR=/var/log/emerge-logs
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage logging configuration
2006-04-03 4:22 [gentoo-user] portage logging configuration Leigh Stewart
2006-04-03 4:31 ` kashani
2006-04-03 4:45 ` David H. Askew
@ 2006-04-03 4:56 ` Willie Wong
2006-04-06 19:10 ` [gentoo-user] " Wiebe Cazemier
3 siblings, 0 replies; 7+ messages in thread
From: Willie Wong @ 2006-04-03 4:56 UTC (permalink / raw
To: gentoo-user
On Mon, Apr 03, 2006 at 12:22:40AM -0400, Penguin Lover Leigh Stewart squawked:
> could someone tell me where i can configure logging for portage? i.e. i
> would like emerge.log to be longer, and i would rather portage logging was
> all placed under a directory in /var/log
Go into /etc/make.conf and look for 'PORT_LOGDIR'
W
--
You feel stuck with your debt if you can't budge it.
Sortir en Pantoufles: up 141 days, 21:22
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: portage logging configuration
2006-04-03 4:22 [gentoo-user] portage logging configuration Leigh Stewart
` (2 preceding siblings ...)
2006-04-03 4:56 ` Willie Wong
@ 2006-04-06 19:10 ` Wiebe Cazemier
2006-04-06 22:05 ` Neil Bothwick
3 siblings, 1 reply; 7+ messages in thread
From: Wiebe Cazemier @ 2006-04-06 19:10 UTC (permalink / raw
To: gentoo-user
On Monday 03 April 2006 06:22, Leigh Stewart wrote:
> could someone tell me where i can configure logging for portage? i.e. i
> would like emerge.log to be longer, and i would rather portage logging was
> all placed under a directory in /var/log
>
> thanks
You may also be interested in a tool called enotice. It should be present
somewhere on the forums. Make sure you have the newest version, because the
older one has a very annoying bug which causes you to miss notices.
Anyway, with enotice, you can easily keep track of the messages emerge gives
you, without digging through the logfiles yourself. There is a similair tool
called portlog (or something, but enotice is much better).
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: portage logging configuration
2006-04-06 19:10 ` [gentoo-user] " Wiebe Cazemier
@ 2006-04-06 22:05 ` Neil Bothwick
2006-04-07 10:29 ` [gentoo-user] " Wiebe Cazemier
0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-04-06 22:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
On Thu, 06 Apr 2006 21:10:39 +0200, Wiebe Cazemier wrote:
> Anyway, with enotice, you can easily keep track of the messages emerge
> gives you, without digging through the logfiles yourself. There is a
> similair tool called portlog (or something, but enotice is much better).
Both are redundant with portage 2.1, which is able to save or mail
emerge messages, or even pass them to a custom handler.
--
Neil Bothwick
Do Roman paramedics refer to IV's as "4's"?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Re: portage logging configuration
2006-04-06 22:05 ` Neil Bothwick
@ 2006-04-07 10:29 ` Wiebe Cazemier
0 siblings, 0 replies; 7+ messages in thread
From: Wiebe Cazemier @ 2006-04-07 10:29 UTC (permalink / raw
To: gentoo-user
On Friday 07 April 2006 00:05, Neil Bothwick wrote:
> Both are redundant with portage 2.1, which is able to save or mail
> emerge messages, or even pass them to a custom handler.
Hey, that's good to know. I'll pay attention to it when Portage 2.1 becomes
stable.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-04-07 10:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 4:22 [gentoo-user] portage logging configuration Leigh Stewart
2006-04-03 4:31 ` kashani
2006-04-03 4:45 ` David H. Askew
2006-04-03 4:56 ` Willie Wong
2006-04-06 19:10 ` [gentoo-user] " Wiebe Cazemier
2006-04-06 22:05 ` Neil Bothwick
2006-04-07 10:29 ` [gentoo-user] " Wiebe Cazemier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox