[CentOS] Where can CentOS7 yum-cron logs be found?

Wed Aug 19 09:07:22 UTC 2020
Marc Balmer <marc at msys.ch>


> Am 19.08.2020 um 11:03 schrieb Gunnar Niels <gunnar.s.niels at gmail.com>:
> 
> On 8/18/20 1:00 AM, Nicolas Kovacs wrote:
>> Le 18/08/2020 à 03:00, Gunnar Niels a écrit :
>>> I'm asking where the results of the yum-cron job are actually written to so
>>> I can see what it did.
>> Well, that's your answer. Here's the content of an email sent by Yum-Cron. So
>> you everything that happened under the hood:
> 
> That doesn't answer my question. I'm *not* using email, or asking what the
> output looks like.
> 
> I'm asking: if I use stdio as the emitter, where can I expect that output to be
> written to in the system?


The command

journalctl -t yum

will show you the updates that were applied.