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

utilize sw.Target rather than hardcoded os.Stderr #9

Merged
merged 1 commit into from
Jul 22, 2018

Conversation

bitspill
Copy link
Contributor

@bitspill bitspill commented Jul 22, 2018

StandardWriter.Target is set[1] but not used and instead it's currently hard coded to os.Stderr rather than using the os.File that was passed in through NewStandardOutput(file *os.File)

[1] https://github.com/azer/logger/blob/8b7d1ee/standard-output.go#L16

@azer azer merged commit d674e51 into azer:master Jul 22, 2018
@azer
Copy link
Owner

azer commented Jul 22, 2018

Thanks!

@bitspill bitspill deleted the patch-2 branch July 22, 2018 18:13
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

Successfully merging this pull request may close these issues.

2 participants