Skip to content

Commit b08f9e3

Browse files
authored
chore: increase logging
1 parent 49e5302 commit b08f9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func run(cmd *cobra.Command, args []string) {
8888
ctx := commonsContext.NewContext(context.TODO())
8989
ctx.Logger = logger.StandardLogger().Named(msg.LoggableID)
9090

91-
ctx.Infof("Received message: %v", msg.Metadata)
91+
ctx.Infof("Received message: %v", logger.Pretty(msg))
9292

9393
// Decode base64
9494
decoded, err := base64.StdEncoding.DecodeString(string(msg.Body))

0 commit comments

Comments
 (0)