Skip to content

Commit 9860337

Browse files
task: Update good logger
1 parent 90dce07 commit 9860337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.8.1"),
2424
.package(url: "https://github.com/apple/swift-async-algorithms.git", .upToNextMajor(from: "1.0.0")),
2525
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.1.3")),
26-
.package(url: "https://github.com/GoodRequest/GoodLogger.git", .upToNextMajor(from: "1.1.0"))
26+
.package(url: "https://github.com/GoodRequest/GoodLogger.git", .upToNextMajor(from: "1.3.0"))
2727
],
2828
targets: [
2929
.target(

Sources/GoodReactor/Reactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ private extension Reactor {
535535
}
536536

537537
private static func _debugLog(message: String) {
538-
logger.log(level: .debug, message: "[GoodReactor] \(Self.name) - \(message)", privacy: .auto)
538+
logger.log(message: "[GoodReactor] \(Self.name) - \(message)", level: .debug, privacy: .auto)
539539
}
540540

541541
}

0 commit comments

Comments
 (0)