-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(logtail): replace log.Fatal usage with channel (#1082)
* refactor(logtail): replace log.Fatal usage with channel * fix(logtail): replace os.Exit(0) with return * style(compute/deploy): add line breaks to output message * refactor(logtail): rename channelErr to asyncErr * refactor(logtail): make chan direction explicit in signature * refactor(logtail): have single chan messaging point
- Loading branch information
1 parent
1c9e13a
commit d8a3661
Showing
2 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters