azure-functions-golang-worker icon indicating copy to clipboard operation
azure-functions-golang-worker copied to clipboard

Add Logging

Open radu-matei opened this issue 7 years ago • 3 comments

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

radu-matei avatar Dec 03 '17 14:12 radu-matei

The Context struct seems to be a good place for the Logger

radu-matei avatar Dec 14 '17 16:12 radu-matei

Also add example with Application Insights Go SDK for logging

radu-matei avatar Dec 24 '17 22:12 radu-matei

ctx.Logger.Log should be ctx.Logger.Logf

radu-matei avatar Dec 26 '17 21:12 radu-matei