Skip to content

Commit

Permalink
Merge pull request #115 from IgorFedchenko/supervisor-logging-fix
Browse files Browse the repository at this point in the history
Fixed PersistentSupervisor logging and updated version to 0.5.2
  • Loading branch information
IgorFedchenko authored Nov 23, 2020
2 parents 3d2ad5e + 6151a9a commit 50e7e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 0.5.1 November 11 2020 ####
* Updated Akka.NET to v1.4.12
#### 0.5.2 November 23 2020 ####
* [Logging PersistentSupervisor child restart failure as error](https://github.com/petabridge/Akka.Persistence.Extras/issues/114)
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private bool OnTerminated(object message)
}
else
{
Log.Debug(
Log.Error(
$"Terminating on restart #{nextRestartCount} which exceeds max allowed restarts ({maxNrOfRetries})");
Context.Stop(Self);
}
Expand Down

0 comments on commit 50e7e8f

Please sign in to comment.