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 5cdbc5b commit f2dcb1cCopy full SHA for f2dcb1c
ios/Sources/GutenbergKit/Sources/EditorLogging.swift
@@ -9,7 +9,7 @@ public protocol EditorLogging: Sendable {
9
10
extension Logger {
11
12
- public static let performance = OSSignposter(subsystem: "GutenbergKit", category: "timing")
+ public static let performance = OSSignposter(subsystem: "GutenbergKit", category: "performance")
13
14
/// Logs timings for performance optimization
15
public static let timing = Logger(subsystem: "GutenbergKit", category: "timing")
0 commit comments