gentoo / elogv

[MIRROR] A simple tool written in python that allow you to easily read portage elog files
https://gitweb.gentoo.org/proj/elogv.git
GNU General Public License v2.0
10 stars 9 forks source link
hacktoberfest

Elogv is a simple tool written in Python that allows you to easily read portage elog files. To launch it, type on a console:

$ elogv

Inside the program, you can use these keys:

Note:

To use this software you need the portage elog system configured on your /etc/portage/make.conf, this is a simple configuration:

---- /etc/portage/make.conf

Logging

PORTAGE_ELOG_CLASSES="warn error log" PORTAGE_ELOG_SYSTEM="save"

For other details see /usr/share/portage/config/make.conf.example