| Index: common/logging/cloudlog/logging.go
|
| diff --git a/common/logging/cloudlog/logging.go b/common/logging/cloudlog/logging.go
|
| index d3554de172981ac499a38639565c5f9b830e3e65..792a0539f0b9234fb1fd015b650189c70216458d 100644
|
| --- a/common/logging/cloudlog/logging.go
|
| +++ b/common/logging/cloudlog/logging.go
|
| @@ -102,7 +102,7 @@ func (l *boundCloudLogger) LogCall(level logging.Level, calldepth int, f string,
|
| text := fmt.Sprintf(f, args...)
|
| fields := logging.GetFields(l.ctx)
|
| if len(fields) > 0 {
|
| - text = text + " " + fields.FieldString(true)
|
| + text = text + " " + fields.String()
|
| }
|
|
|
| // Add logging fields to labels.
|
|
|