|
|
|
@ -19,8 +19,3 @@ type stdLogger struct{} |
|
|
|
func (l stdLogger) Printf(format string, v ...interface{}) { |
|
|
|
log.Printf(fmt.Sprintf("%s: %s", loggingPrefix, format), v...) |
|
|
|
} |
|
|
|
|
|
|
|
// noLogger does not log at all, this is the default.
|
|
|
|
type noLogger struct{} |
|
|
|
|
|
|
|
func (l noLogger) Printf(format string, v ...interface{}) {} |