Skip to content

Commit

Permalink
chore: more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 2, 2024
1 parent 4e778a2 commit b2f6850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meter/zendure/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func (c *Connection) handler(data string) {
c.log.ERROR.Println(err)
}

c.log.TRACE.Printf("!! data: %+v", v)

return v
})
}
Expand Down

0 comments on commit b2f6850

Please sign in to comment.