logging format 'human': continue printing prefixed fields if some are missing

This commit is contained in:
Christian Schwarz
2018-08-26 19:03:50 +02:00
parent a0f72b585b
commit ee5445777d
4 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type PullJob struct {
Prune PrunePolicy
Debug JobDebugSettings
rep *replication.Replication
rep *replication.Replication
}
func parsePullJob(c JobParsingContext, name string, i map[string]interface{}) (j *PullJob, err error) {