Access to rotated logs

Hello team,
One of the three nodes of my appliance hung yesterday (sunday).
I am unable to see what’s happened on the machine log, because the old ones are in a weired format.


How can i read it ?

regards,
Matthieu

They are just compressed, uncompress them with gunzip or read them with zcat.

lol, ok, sorry for stupid question, then :wink:

Can also just do:

zless $filename

Note, you should have the most recent logs in the current file in that directory. Only the rolled logs get compressed.