Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Log to stdout and stderr as necessary #252

Merged
merged 2 commits into from
Sep 3, 2019
Merged

Log to stdout and stderr as necessary #252

merged 2 commits into from
Sep 3, 2019

Conversation

evanlouie
Copy link
Contributor

@evanlouie evanlouie commented Sep 3, 2019

  • Added and abstraction service logger on top of logrus which switches the SetOutput between os.Stdout and os.Stderr as necessary.
  • Removed all references of logrus from the project and now reference the wrapper service.
  • Doc formatting

fixes #251

@evanlouie evanlouie force-pushed the log-to-stdout branch 8 times, most recently from 6fa01bf to c10bfbf Compare September 3, 2019 08:04
- Added and abstraction service on top of logrus which switches the `SetOutput` between `os.Stdout` and `os.Stderr` as necessary.
- Removed all references of logrus from the project and now reference the wrapper service.
- Added cleanup job to delete git clones to the host temp directory.
- Doc formatting
@evanlouie evanlouie merged commit 542fcda into master Sep 3, 2019
@evanlouie evanlouie deleted the log-to-stdout branch September 3, 2019 14:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All logging is written to STDERR
2 participants