I want to output some strings to a log file and I want the log file to be continuously updated.
I have looked into the logging module pf python and found out that it is mostly about formatting and concurrent access.
Please let me know if I am missing something or amy other way of doing it
Thanks