azure-functions-golang-worker
azure-functions-golang-worker copied to clipboard
Add Logging
Right now, logging is only used to showcase vendored dependencies - the logs don't reach back to the Azure Functions Host - they should be sent as a StreamingMessage
The Context struct seems to be a good place for the Logger
Also add example with Application Insights Go SDK for logging
ctx.Logger.Log should be ctx.Logger.Logf