Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 1, 2024
1 parent 2b773c9 commit 0a0852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/method.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func initialCaretaker(c *fasthttp.RequestCtx, f func(md common.MethodData) commo
}

if md.User.ID == 1001 {
fmt.Printf("md.User: %v\n", md.User)
slog.Error(fmt.Sprintf("md.User: %v\n", md.User))
}

missingPrivileges := 0
Expand Down

0 comments on commit 0a0852a

Please sign in to comment.