We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e5302 commit b08f9e3Copy full SHA for b08f9e3
1 file changed
main.go
@@ -88,7 +88,7 @@ func run(cmd *cobra.Command, args []string) {
88
ctx := commonsContext.NewContext(context.TODO())
89
ctx.Logger = logger.StandardLogger().Named(msg.LoggableID)
90
91
- ctx.Infof("Received message: %v", msg.Metadata)
+ ctx.Infof("Received message: %v", logger.Pretty(msg))
92
93
// Decode base64
94
decoded, err := base64.StdEncoding.DecodeString(string(msg.Body))
0 commit comments