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
Logging and debugging policies were created with PR #153. During PR review, @davednoted,
this brings into question whether this is a race condition since two different log.logger instances may write to the same file
Briefly investigate whether or not there will be a race condition due to the possibility of dbg and log packages both writing to StdOut, StdErr. Also, it's possible more than one log instance will be created. Determine if this might cause a race condition.
The text was updated successfully, but these errors were encountered:
Logging and debugging policies were created with PR #153. During PR review, @daved noted,
Briefly investigate whether or not there will be a race condition due to the possibility of dbg and log packages both writing to StdOut, StdErr. Also, it's possible more than one log instance will be created. Determine if this might cause a race condition.
The text was updated successfully, but these errors were encountered: