-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feature Request: logger.info to return nil #21
Labels
Type: Enhancement
Adds new functionality.
Comments
I guess it about the |
olleolleolle
added a commit
to olleolleolle/mixlib-log
that referenced
this issue
Nov 21, 2017
- Fixes chef#21
olleolleolle
added a commit
to olleolleolle/mixlib-log
that referenced
this issue
Nov 21, 2017
- Fixes chef#21 Signed-off-by: Olle Jonsson <[email protected]>
olleolleolle
added a commit
to olleolleolle/mixlib-log
that referenced
this issue
Nov 21, 2017
- Fixes chef#21 Signed-off-by: Olle Jonsson <[email protected]>
thommay
pushed a commit
to olleolleolle/mixlib-log
that referenced
this issue
Feb 28, 2018
- Fixes chef#21 Signed-off-by: Olle Jonsson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like
logger
's logging methods to returnnil
when they output messages.Use-case: When logging a message at the end of an
ensure
clause one often means to "just print", and not return a list of outputters. Perhaps thelogger.info
used to be aputs
. Now, its return value is non-nil and oy vey.The text was updated successfully, but these errors were encountered: