Refactor Logger (#13294)
Refactor Logger to make a logger interface and make it possible to wrap loggers for specific purposes. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
ffc8ce7bae
commit
47dd1cb7ae
9 changed files with 215 additions and 116 deletions
|
@ -40,7 +40,7 @@ type ElasticSearchIndexer struct {
|
|||
}
|
||||
|
||||
type elasticLogger struct {
|
||||
*log.Logger
|
||||
log.Logger
|
||||
}
|
||||
|
||||
func (l elasticLogger) Printf(format string, args ...interface{}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue