mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Improve Logging When Parsing JWT Secret (#11300)
* remove all references * remove warning
This commit is contained in:
@@ -61,6 +61,7 @@ func parseJWTSecretFromFile(c *cli.Context) ([]byte, error) {
|
||||
if len(secret) < 32 {
|
||||
return nil, errors.New("provided JWT secret should be a hex string of at least 32 bytes")
|
||||
}
|
||||
log.Infof("Finished reading JWT secret from %s", jwtSecretFile)
|
||||
return secret, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user