dead scaladoc links to log markers (#28339)

This commit is contained in:
Patrik Nordwall 2019-12-18 01:41:01 +01:00 committed by Helena Edelson
parent da0a906b08
commit 99dd41421d
2 changed files with 8 additions and 8 deletions

View file

@ -561,10 +561,10 @@ The slf4j bridge provided by Akka in `akka-slf4j` will automatically pick up thi
Akka is logging some events with markers. Some of these events also include structured MDC properties.
* The "SECURITY" marker is used for highlighting security related events or incidents.
* Akka Actor is using the markers defined in @apidoc[akka.actor.ActorLogMarker].
* Akka Cluster is using the markers defined in @apidoc[akka.cluster.ClusterLogMarker].
* Akka Remoting is using the markers defined in @apidoc[akka.remote.RemoteLogMarker].
* Akka Cluster Sharding is using the markers defined in @apidoc[akka.cluster.sharding.ShardingLogMarker].
* Akka Actor is using the markers defined in @apidoc[akka.actor.ActorLogMarker$].
* Akka Cluster is using the markers defined in @apidoc[akka.cluster.ClusterLogMarker$].
* Akka Remoting is using the markers defined in @apidoc[akka.remote.RemoteLogMarker$].
* Akka Cluster Sharding is using the markers defined in @apidoc[akka.cluster.sharding.ShardingLogMarker$].
Markers and MDC properties are automatically picked up by the [Logstash Logback encoder](https://github.com/logstash/logstash-logback-encoder).

View file

@ -435,10 +435,10 @@ All MDC properties as key-value entries can be included with `%mdc`:
Akka is logging some events with markers. Some of these events also include structured MDC properties.
* The "SECURITY" marker is used for highlighting security related events or incidents.
* Akka Actor is using the markers defined in @apidoc[akka.actor.ActorLogMarker].
* Akka Cluster is using the markers defined in @apidoc[akka.cluster.ClusterLogMarker].
* Akka Remoting is using the markers defined in @apidoc[akka.remote.RemoteLogMarker].
* Akka Cluster Sharding is using the markers defined in @apidoc[akka.cluster.sharding.ShardingLogMarker].
* Akka Actor is using the markers defined in @apidoc[akka.actor.ActorLogMarker$].
* Akka Cluster is using the markers defined in @apidoc[akka.cluster.ClusterLogMarker$].
* Akka Remoting is using the markers defined in @apidoc[akka.remote.RemoteLogMarker$].
* Akka Cluster Sharding is using the markers defined in @apidoc[akka.cluster.sharding.ShardingLogMarker$].
Markers and MDC properties are automatically picked up by the [Logstash Logback encoder](https://github.com/logstash/logstash-logback-encoder).