Maybe another method to consider:

This guy shows that Putty appears to support creating separate log files
for each session including a timestamp in the file name.

https://www.viktorious.nl/2013/01/14/putty-log-all-session-output/

Could your script import any new log files it sees, then move them to an
archive?

That way, you'd never have to read through a huge log file to find what
should be imported.


==========================From the page linked above:


I am using some putty parameters which will make every session unique, in
this case “&H-&Y&M&D-&T.log”, which means:

   - &H = hostname for the session
   - &Y = year
   - &M = month
   - &D = day
   - &T = time

 ==========================================
​
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to