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 60237e3 commit fdbb121Copy full SHA for fdbb121
Sources/MapboxCoreNavigation/NativeHandlersFactory.swift
@@ -54,7 +54,7 @@ class NativeHandlersFactory {
54
lazy var navigator: MapboxNavigationNative.Navigator = {
55
onMainQueueSync { // Make sure that Navigator pick ups Main Thread RunLoop.
56
let loggingLevel = NSNumber(value: LoggingLevel.info.rawValue)
57
- LogConfiguration.setLoggingLevelForCategory("*", upTo: loggingLevel)
+ LogConfiguration.setLoggingLevelForUpTo(loggingLevel)
58
59
let router = routingProviderSource.map {
60
MapboxNavigationNative.RouterFactory.build(for: $0,
0 commit comments