17722: Adjust token expiry behavior
[arvados.git] / lib / deduplicationreport / command.go
index 2fdf221b0b671957283ca3401e024be556dbc288..93cdb61d3b86a8bae2dce3dee1a3be2e5fbacbc0 100644 (file)
@@ -18,7 +18,7 @@ type command struct{}
 type NoPrefixFormatter struct{}
 
 func (f *NoPrefixFormatter) Format(entry *logrus.Entry) ([]byte, error) {
-       return []byte(entry.Message), nil
+       return []byte(entry.Message + "\n"), nil
 }
 
 // RunCommand implements the subcommand "deduplication-report <collection> <collection> ..."