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
Great job with this new feature! I have a problem now.. sometimes when I try to access the log file and read it with notepad, shows me an error that says the file is locked by another process.
This behaviour is because the new feature? There is a way to avoid it?
Thanks you!
The text was updated successfully, but these errors were encountered:
Thanks for the report Martin. The shared implementation is missing FileShare.Read. I've PR'd the change upstream in Serilog.Sinks.File; it's a very minimal change so I'll push it through to publish a dev package including it shortly.
Hi again - package Serilog.Sinks.File version 3.0.1-dev-00741 is now on NuGet. If you update (e.g. via Update-Package Serilog.Sinks.File -Pre) is the issue resolved?
Hi,
Great job with this new feature! I have a problem now.. sometimes when I try to access the log file and read it with notepad, shows me an error that says the file is locked by another process.
This behaviour is because the new feature? There is a way to avoid it?
Thanks you!
The text was updated successfully, but these errors were encountered: