Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478310 - portage logging broken/incomplate
Summary: portage logging broken/incomplate
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-27 01:49 UTC by Patrick Lauer
Modified: 2013-07-27 01:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-07-27 01:49:09 UTC
from make.conf:

PORTAGE_ELOG_SYSTEM="save custom"
PORTAGE_ELOG_COMMAND="/portagelog.sh '${PACKAGE}' '${LOGFILE}'"
PORTAGE_ELOG_CLASSES="*"

the custom command is properly triggered, which is mostly nice, but ...

only messages of loglevel INFO are kept in the elogs:

# cat /var/log/portage/elog/dev-db:sqlite-3.7.17:20130727-013730.log
INFO: setup
Package:    dev-db/sqlite-3.7.17
Repository: gentoo
Maintainer: arfrever.fta@gmail.com proxy-maintainers
USE:        amd64 elibc_glibc extensions icu kernel_linux readline userland_GNU
FEATURES:   preserve-libs sandbox
INFO: prepare
Removing useless C++ checks ...
INFO: install
Removing unnecessary /usr/lib64/libsqlite3.la (no static archive)

That makes logs quite useless and useless ...