cli/third-party/github.com/letsencrypt/boulder/log/test_prefix.go
2025-05-30 12:50:20 -04:00

9 lines
196 B
Go

//go:build integration
package log
// getPrefix returns the prefix and clkFormat that should be used by the
// stdout logger.
func getPrefix() (string, string) {
return "", "15:04:05.000000"
}