Hello Folks,
I have one log file and it is containing all logs since November 2025 to till now. For doing the parsing of logs i’ve copy-paste sample logs to test.log file and it worked. My question is
- How to read last 3 days of logs ?(As the user have one single log file which is not rotating)
- Or How to read latest logs.
I have used ignore_older option but it give me all the logs because i have copy paste sample logs .I have used tail option it worked . Is there any other way to read