Skip to content

Commit a0c2245

Browse files
committed
Add 'PowerSync' tag for the logs
1 parent 8567a98 commit a0c2245

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
* Fixed modifying severity of the global Kermit logger
6+
* Added `PowerSync` tag for the logs
67

78
## 1.4.0
89

core/src/commonMain/kotlin/com/powersync/utils/Log.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ public fun generateLogger(logger: Logger?): Logger {
1717
else
1818
Severity.Warn
1919
),
20+
tag = "PowerSync",
2021
)
2122
}

0 commit comments

Comments
 (0)