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 54e0d47 commit d1c84b8Copy full SHA for d1c84b8
Sources/DistributedActors/Cluster/ClusterSettings.swift
@@ -156,9 +156,9 @@ public struct ClusterSettings {
156
/// When enabled traces _all_ incoming and outgoing cluster (e.g. handshake) protocol communication (remote messages).
157
/// All logs will be prefixed using `[tracelog:cluster]`, for easier grepping.
158
#if SACT_TRACE_CLUSTER
159
- var traceLogLevel: Logger.Level? = .warning
+ public var traceLogLevel: Logger.Level? = .warning
160
#else
161
- var traceLogLevel: Logger.Level?
+ public var traceLogLevel: Logger.Level?
162
#endif
163
164
public init(node: Node, tls: TLSConfiguration? = nil) {
0 commit comments