Skip to content

Commit 7ad2ef2

Browse files
committed
fix: debug deeper data passed to zenroom
1 parent a5141b9 commit 7ad2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (data *ZenroomData) IsAuth() error {
5353

5454
jsonData, _ := json.Marshal(data)
5555

56-
log.Printf("Calling Zenroom with data length: %d", len(jsonData))
56+
log.Printf("Calling Zenroom data: %s\n", string(jsonData))
5757

5858
type zenResult struct {
5959
result zenroom.ZenResult

0 commit comments

Comments
 (0)