I don't think it will have any significant impact, it is just checking if file exists when something is written to the file. There are instances when you need to delete the file, for example some eternal log rotation service which can monitor your log files and rotate them when needed, that service should recreate the file but not always the case. This is just a work around which works and solves this problem. |