Commit 144b222
Add debug logging to GenerateRandomAPIKey in auth/apikey.go
Log function entry, success, and failure for GenerateRandomAPIKey using
the existing package-level debug logger (declared in auth/header.go).
This provides visibility into API key generation at startup when
DEBUG=auth:* is enabled.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 68ce183 commit 144b222
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
0 commit comments