Forum Discussion

Nath's avatar
Nath
Icon for Cirrostratus rankCirrostratus
Jan 04, 2016

Checking older logs that has been moved out from the ltm logs storage.

Hi guys,

 

Any other way to check the logs except on the CLI.

 

1 Reply

  • If you can SSH onto the box, you can use less to view the rotated logs. This seems to work for me:

    less /var/logltm..gz
    (where
    is an integer corresponding to one of existing archived logfiles in the
    /var/log/
    folder).