We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed that the error, warn, info and verbose are removed from the context when the context object is sanitized to remove the "done" function.
The _extends() function in the IncomingMessage file is removing these functions. Only the "log" function is available in the context object.
It would be nice if we could use these log level functions.
Context object before sanitized;
Context object after sanitized:
The text was updated successfully, but these errors were encountered:
Hey, I am also facing this issue. When we can expect this issue to be fixed ? Is there any workaround ?
Sorry, something went wrong.
Created PR #29 Please merge and publish new version
Successfully merging a pull request may close this issue.
Observed that the error, warn, info and verbose are removed from the context when the context object is sanitized to remove the "done" function.
The _extends() function in the IncomingMessage file is removing these functions. Only the "log" function is available in the context object.
It would be nice if we could use these log level functions.
Context object before sanitized;
Context object after sanitized:
The text was updated successfully, but these errors were encountered: