Skip to content

Commit ea0a215

Browse files
authored
Remove key policy log line. (#8417)
This log line was somewhat malformed (printing a pointer instead of contents, for the blockedKeyFunc), but more importantly we don't need it. Fixes #8406.
1 parent ac17b9d commit ea0a215

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmd/boulder-wfe2/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ func main() {
380380
wfe.DirectoryWebsite = c.WFE.DirectoryWebsite
381381
wfe.LegacyKeyIDPrefix = c.WFE.LegacyKeyIDPrefix
382382

383-
logger.Infof("WFE using key policy: %#v", kp)
384-
385383
if c.WFE.ListenAddress == "" {
386384
cmd.Fail("HTTP listen address is not configured")
387385
}

0 commit comments

Comments
 (0)