Akka loggers are now loaded asynchronously by default. The ActorSystem will wait at most akka.logger-startup-timeout period long (5 seconds by default) for all loggers to report that they are ready before continuing the start-up process.
A warning will be logged on each loggers that did not report within this grace period. These loggers will still be awaited upon inside a detached Task until either it is ready or the ActorSystem is shut down.
These late loggers will not capture all log events until they are ready. If your logs are missing portion of the start-up events, check that the logger were loaded within this grace period.
Akka loggers are now loaded asynchronously by default. The ActorSystem will wait at most akka.logger-startup-timeout period long (5 seconds by default) for all loggers to report that they are ready before continuing the start-up process.
A warning will be logged on each loggers that did not report within this grace period. These loggers will still be awaited upon inside a detached Task until either it is ready or the ActorSystem is shut down.
These late loggers will not capture all log events until they are ready. If your logs are missing portion of the start-up events, check that the logger were loaded within this grace period.
Akka loggers are now loaded asynchronously by default. The ActorSystem will wait at most akka.logger-startup-timeout period long (5 seconds by default) for all loggers to report that they are ready before continuing the start-up process.
A warning will be logged on each loggers that did not report within this grace period. These loggers will still be awaited upon inside a detached Task until either it is ready or the ActorSystem is shut down.
These late loggers will not capture all log events until they are ready. If your logs are missing portion of the start-up events, check that the logger were loaded within this grace period.
Akka loggers are now loaded asynchronously by default. The ActorSystem will wait at most akka.logger-startup-timeout period long (5 seconds by default) for all loggers to report that they are ready before continuing the start-up process.
A warning will be logged on each loggers that did not report within this grace period. These loggers will still be awaited upon inside a detached Task until either it is ready or the ActorSystem is shut down.
These late loggers will not capture all log events until they are ready. If your logs are missing portion of the start-up events, check that the logger were loaded within this grace period.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps
AkkaVersion
from 1.4.40 to 1.4.41. UpdatesAkka.Persistence.Sql.Common
from 1.4.40 to 1.4.41Release notes
Sourced from Akka.Persistence.Sql.Common's releases.
... (truncated)
Changelog
Sourced from Akka.Persistence.Sql.Common's changelog.
... (truncated)
Commits
07b5b15
Update RELEASE_NOTES.md for 1.4.41 release (#6088)1a1c4b6
Regenerate all protobuf messages (#6087)a0f0032
AkkaPduCodec
serializer benchmark (#6078) (#6086)bfba848
[BACKPORT] #6080 Extend DistributedData Replicator settings with VerboseDebug...3dff658
enabledDirective.Resume
to log the fullException
(#6070)c8b46b4
Fix faulty AddLogger in LoggingBus (#6028)Updates
Akka.Persistence.Sql.TestKit
from 1.4.40 to 1.4.41Release notes
Sourced from Akka.Persistence.Sql.TestKit's releases.
... (truncated)
Changelog
Sourced from Akka.Persistence.Sql.TestKit's changelog.
... (truncated)
Commits
07b5b15
Update RELEASE_NOTES.md for 1.4.41 release (#6088)1a1c4b6
Regenerate all protobuf messages (#6087)a0f0032
AkkaPduCodec
serializer benchmark (#6078) (#6086)bfba848
[BACKPORT] #6080 Extend DistributedData Replicator settings with VerboseDebug...3dff658
enabledDirective.Resume
to log the fullException
(#6070)c8b46b4
Fix faulty AddLogger in LoggingBus (#6028)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)