Will Sargent 2022-09-06 01:14:49 -07:00 committed by GitHub
parent 7014f520e5
commit c27d16b463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2663,7 +2663,7 @@ trait FlowOps[+Out, +Mat] {
* This can be adjusted according to your needs by providing a custom [[Attributes.LogLevels]] attribute on the given Flow:
*
* Uses implicit [[LoggingAdapter]] if available, otherwise uses an internally created one,
* which uses `akka.stream.Log` as it's source (use this class to configure slf4j loggers).
* which uses `akka.event.Logging(materializer.system, materializer)` as its source (use this class to configure slf4j loggers).
*
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
*
@ -2686,7 +2686,7 @@ trait FlowOps[+Out, +Mat] {
* This can be adjusted according to your needs by providing a custom [[Attributes.LogLevels]] attribute on the given Flow:
*
* Uses implicit [[MarkerLoggingAdapter]] if available, otherwise uses an internally created one,
* which uses `akka.stream.Log` as it's source (use this class to configure slf4j loggers).
* which uses `akka.event.Logging.withMarker(materializer.system, materializer)` as its source (use this class to configure slf4j loggers).
*
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
*