forked from TrueCloudLab/frostfs-s3-gw
[#606] Make log tags more explicit
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
e7f620f137
commit
b7650e01ac
17 changed files with 28 additions and 28 deletions
|
@ -558,7 +558,7 @@ type logWrapper struct {
|
|||
}
|
||||
|
||||
func (l *logWrapper) Printf(format string, args ...interface{}) {
|
||||
l.log.Info(fmt.Sprintf(format, args...))
|
||||
l.log.Info(fmt.Sprintf(format, args...), logs.TagField(logs.TagDatapath))
|
||||
}
|
||||
|
||||
func IsSystemHeader(key string) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue