plog icon indicating copy to clipboard operation
plog copied to clipboard

Permission Denied when i use remove to delete log file while running the application!

Open VinnyR1am opened this issue 5 years ago • 2 comments

Hi, I tried to delete a log file using remove. This used to work before i started using plog. Now i get permission denied error. I'm guessing plog is not closing the log file. How do i close the log file after writing to it?

VinnyR1am avatar Nov 04 '19 19:11 VinnyR1am

Hi,

Oh, it was changed a long ago. Could you describe your use case? Why do you delete log files for a running app? Probably the old behavior should be returned.

SergiusTheBest avatar Nov 06 '19 10:11 SergiusTheBest

I am working on a legacy application which has the option to refresh/delete current logs.

VinnyR1am avatar Nov 13 '19 15:11 VinnyR1am