We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c30d2c commit 2ee40edCopy full SHA for 2ee40ed
internal/grpc/grpc.go
@@ -265,7 +265,7 @@ func retrieveTokenFromFile(path string) (string, error) {
265
return "", errors.New("token file path is empty")
266
}
267
268
- slog.Debug("Reading dataplane key from file", "path", path)
+ slog.Debug("Reading token from file", "path", path)
269
var keyVal string
270
keyBytes, err := os.ReadFile(path)
271
if err != nil {
0 commit comments