Skip to content

Commit 98db437

Browse files
committed
Remove persistent actor timeout for validation stats actor
1 parent f8cfadf commit 98db437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation/src/main/scala/hmda/validation/ValidationStats.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ class ValidationStats extends HmdaPersistentActor {
115115
}
116116

117117
override def preStart(): Unit = {
118-
super.preStart()
118+
log.info(s"Actor started at ${self.path}")
119+
log.debug("Thread name for actor: " + Thread.currentThread().getName)
119120
}
120121

121122
override def receiveCommand: Receive = super.receiveCommand orElse {

0 commit comments

Comments
 (0)