Logging and debugging policies were created with PR #153. During PR review, @daved noted,
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.
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.