fix: Bind log functions to sanitized context #27#29
fix: Bind log functions to sanitized context #27#29SwapnilBhosale wants to merge 4 commits intoyvele:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 67 67
Branches 18 18
=====================================
Hits 67 67
Continue to review full report at Codecov.
|
|
|
So basically the Is this compatible will all Azure Function runtimes? What Azure Function version are you using? I'm also thinking.. in a further commit, to pass |
I think, Yes, you do not have to bind the log function. |
Tested on V2. It is also working as expected. Seems, nothing is broken with the fix |
|
Dear Yvele, We are using this library in production, and we are blocked because of this issue(without context.log.error support we can not monitor azure function for any errors or downtime as in appinsight we look for errors). Highly appreciate if you can release a minor version asap. |
SwapnilBhosale
left a comment
There was a problem hiding this comment.
Incorporated formatting changes
|
So what is the status here? |


Closes #27
Fix for issue 27 support for log, info,error, warn and verbose methods of context objects
Following are the screenshot :
