fix typo
This commit is contained in:
parent
f63481edcc
commit
740e129505
@ -50,7 +50,7 @@ type ComponentRunnable interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ComponentLogFieldsGetter interface {
|
type ComponentLogFieldsGetter interface {
|
||||||
// GetLogFields returns additional useful fields for logs to debug log app start time or something else in the future
|
// GetLogFields returns additional useful fields for logs to debug long app start/stop duration or something else in the future
|
||||||
// You don't need to provide the component name in the field's Key, because it will be added automatically
|
// You don't need to provide the component name in the field's Key, because it will be added automatically
|
||||||
GetLogFields() []zap.Field
|
GetLogFields() []zap.Field
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user