Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate possible race condition created by log/dbg packages #159

Open
codegold79 opened this issue Jun 19, 2021 · 0 comments
Open

Investigate possible race condition created by log/dbg packages #159

codegold79 opened this issue Jun 19, 2021 · 0 comments

Comments

@codegold79
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant