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
This code brings an infinite loop at RollingFileSink.cs:85. fileSizeLimitBytes is validated to be non-negative. I believe it should be validated to be positive.
The text was updated successfully, but these errors were encountered:
This code brings an infinite loop at RollingFileSink.cs:85.
fileSizeLimitBytes
is validated to be non-negative. I believe it should be validated to be positive.The text was updated successfully, but these errors were encountered: