You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
An early design decision — to split the primitive Serilog.Sinks.File sink from the Serilog.Sinks.RollingFile sink built on top of it — stood in the way of implementing some of the most-requested features, rolling on file size being the most obvious example. So, we’re changing direction and effectively merging these two packages into a single codebase with Serilog.Sinks.File version 4.0.0.
The text was updated successfully, but these errors were encountered:
Are there any plans to change the dependency away from the RollingFile sink and towards the File sink version 4?
According to the blog post by @nblumhardt at https://nblumhardt.com/2017/10/serilog-file-logging/ :
The text was updated successfully, but these errors were encountered: