Skip to content

Conversation

@ninovanhooff
Copy link
Collaborator

@ninovanhooff ninovanhooff commented Jan 23, 2026

Why is this important?

Notes

implements #199

feature/template-199-kermit-logger
@ninovanhooff ninovanhooff marked this pull request as draft January 23, 2026 14:56
feature/template-199-kermit-logger
feature/template-199-kermit-logger
@ninovanhooff ninovanhooff changed the title ADD kermit dependency CHANGE logging from Napier to Kermit Jan 23, 2026
@ninovanhooff ninovanhooff marked this pull request as ready for review January 23, 2026 15:55
dependencies {
implementation(libs.napier)
}
implementation(libs.napier) // todo remove
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be removed?

FirebaseCrashlytics.getInstance().isCrashlyticsCollectionEnabled = true
Napier.base(CrashlyticsLogger())

Logger.setMinSeverity(Severity.Warn)
Copy link
Collaborator

@kseniia-q42 kseniia-q42 Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me that previously we determined which logs would be logged and which would not within CrashlyticsLogger, but now it will be a global filter for all events, correct? Perhaps it is worth retaining the definition of what to do with events within CrashlyticsLogger

It also seems to me that we logged debug and above in Crashlytics, not only warn and above

dependencies {
implementation project(':core:utils')
implementation(libs.napier)
implementation(libs.napier) // todo remove
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be removed?

@@ -1,5 +1,6 @@
[versions]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove napier from here also?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants