dfacto-lab / serilog-sinks-file

Serilog file sinks duplicated for file rolling
Apache License 2.0
14 stars 10 forks source link

Set Access property of FileStreamOptions to FileAccess.Write #27

Closed MelvLee closed 2 months ago

MelvLee commented 2 months ago

to avoid exception being thrown when writebuffer length > DefaultFileStreamBufferLength

closes #24