What I am trying to achieve here is being able to check the logs without closing the server. So I have written my server in python and I am able to use logging in python. But I can only see the logs once I close the server. Is there any way I can see the logs as when it is updated. Like I open the log file and I can see the logs of things that have happened and the server can contiue doing its work.
Thanks for the help.