Skip to content

Commit 12250ff

Browse files
Update Sources/PowerSync/Logger.swift
Co-authored-by: Copilot <[email protected]>
1 parent b2efe62 commit 12250ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PowerSync/Logger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class PrintLogWriter: LogWriterProtocol {
4343

4444
/// A default logger configuration that uses `PrintLogWritter` and filters messages by minimum severity.
4545
public class DefaultLogger: LoggerProtocol {
46-
public var minSeverirty: LogSeverity
46+
public var minSeverity: LogSeverity
4747
public var writers: [any LogWriterProtocol]
4848

4949
/// Initializes the default logger with an optional minimum severity level.

0 commit comments

Comments
 (0)