github.com/letsencrypt/boulder@v0.20251208.0/log/test_prefix.go (about) 1 //go:build integration 2 3 package log 4 5 // getPrefix returns the prefix and clkFormat that should be used by the 6 // stdout logger. 7 func getPrefix() (string, string) { 8 return "", "15:04:05.000000" 9 }