in {{cookiecutter.component_id}}/log/log.go [93:98]
func (f Fields) WithFields(f2 Fields) Fields { for k, v := range f2 { f[k] = v } return f }