This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Avoid file locks for opened files #42
Comments
Go ahead, I'll take a look. |
This change would require an upgrade to some of the packages. It is dependant on #38 being merged (and then some additional package upgrades). I would still like to do it but I understand that it has an effect on the larger community. |
Nevermind. I was looking at the dev branch. I will make the change and get a PR for you. |
I tested @masonkmeyer's change and made a PR #45 |
@troylar Let me know when you get a chance to check out that PR. 👍 |
Merged |
👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The RollingFile sink creates a SharedFileSink when you pass the shared flag (serilog/serilog#1005).
Is it possible to add a setting to the KinesisFirehoseSinkOptions to pass a shared setting to the underlying RollingFileSink?
It looks like it could be set here:
https://github.com/serilog/serilog-sinks-amazonkinesis/blob/master/src/Serilog.Sinks.Amazon.Kinesis/Firehose/Sinks/DurableKinesisFirehoseSink.cs#L39
I would be happy to create a PR for this change.
The text was updated successfully, but these errors were encountered: