View previous topic :: View next topic |
Author |
Message |
grant123 Veteran

Joined: 23 Mar 2005 Posts: 1108
|
Posted: Mon May 12, 2025 9:37 pm Post subject: Monitoring elog messages |
|
|
Sometimes an important elog message including a call to action is displayed after emerging a package. I think those messages are now aggregated and displayed all together after an emerge? |
|
Back to top |
|
 |
grknight Retired Dev

Joined: 20 Feb 2015 Posts: 2201
|
Posted: Mon May 12, 2025 9:55 pm Post subject: |
|
|
Look at /var/log/portage/elog/summary.log unless you've configured the logging system otherwise. |
|
Back to top |
|
 |
OldTango l33t


Joined: 21 Feb 2004 Posts: 732
|
Posted: Sat May 17, 2025 9:14 pm Post subject: |
|
|
Not sure if there is a new method of doing this but I have Portage Logging set in my make.conf and using it for several years now.
Settings in make.conf
Code: | PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save" |
Once emerging is complete I just use to view the logs.
Tango...  |
|
Back to top |
|
 |
|