Skip to content

Commit

Permalink
Print console message when TLS key logging enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgol committed Sep 19, 2022
1 parent 68d624f commit 85e6121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/certs/tlskeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func newKeyLogger() *os.File {
certsLog.Errorf(fmt.Sprintf("Failed to open TLS key file %v", err))
return nil
}
fmt.Printf("NOTICE: TLS Keys logged to '%s'\n", keyFilePath)
return keyFile
}
return nil
Expand Down

0 comments on commit 85e6121

Please sign in to comment.