BedeGaming / sinks-rollingfile

A serilog sink for rolling files based on size and time
Apache License 2.0
15 stars 21 forks source link

Task/fix file locking on hourly sink #32

Closed AndyWardle closed 7 years ago

AndyWardle commented 7 years ago

This fixes the same issue that commit https://github.com/BedeGaming/sinks-rollingfile/commit/28693fc1d78761c10cd924eeba157f08d3b57c19 previously fixed for the other Sink. Hourly log files now have a sequence number appended to them and if the current log file can't be opened for writing then the sequence number is increased.