Fix debugLogFormat not copied to builder
This commit is contained in:
parent
d6b80ea449
commit
802f7dc0f8
|
@ -548,6 +548,7 @@ extension TunnelKitProvider.Configuration: Equatable {
|
|||
builder.renegotiatesAfterSeconds = renegotiatesAfterSeconds
|
||||
builder.shouldDebug = shouldDebug
|
||||
builder.debugLogKey = debugLogKey
|
||||
builder.debugLogFormat = debugLogFormat
|
||||
return builder
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue