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
I also noticed that sometimes tests related to this commit can fail (in my dev env, I often see WriteDescendingRollingFile failed).
It seems the problem is not in the FileLoggerProvider logic, and caused by a test that relies on System.Threading.Thread.Sleep(20).
The text was updated successfully, but these errors were encountered:
Reported here: #74 (comment)
I also noticed that sometimes tests related to this commit can fail (in my dev env, I often see WriteDescendingRollingFile failed).
It seems the problem is not in the FileLoggerProvider logic, and caused by a test that relies on
System.Threading.Thread.Sleep(20)
.The text was updated successfully, but these errors were encountered: