We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cfadf commit 98db437Copy full SHA for 98db437
validation/src/main/scala/hmda/validation/ValidationStats.scala
@@ -115,7 +115,8 @@ class ValidationStats extends HmdaPersistentActor {
115
}
116
117
override def preStart(): Unit = {
118
- super.preStart()
+ log.info(s"Actor started at ${self.path}")
119
+ log.debug("Thread name for actor: " + Thread.currentThread().getName)
120
121
122
override def receiveCommand: Receive = super.receiveCommand orElse {
0 commit comments