Merge pull request #28750 from akka/wip-PersistentRepr-toString-patriknw
Don't include event in PersistentRepr.toString
This commit is contained in:
commit
ab5d2472d9
1 changed files with 4 additions and 0 deletions
|
|
@ -232,4 +232,8 @@ private[persistence] final case class PersistentImpl(
|
|||
case _ => false
|
||||
}
|
||||
|
||||
override def toString: String = {
|
||||
s"PersistentRepr($persistenceId,$sequenceNr,$writerUuid,$timestamp)"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue