I am using a simple logger to log all my request. But It does not append to file rather it creates a new instance of that file. How can I write to file without erasing the previous data. Here is my code.I am using a simple logger to log all my reques