Quick question: Is it possible to replace the `Sup...
# supabase-kt
b
Quick question: Is it possible to replace the
SupabaseLogger
created in the
companion object : SupabasePluginProvider<..., ...>
, such as the sealed Postgrest (in Postgrest.kt)?
j
Currently not, no. I thought about making the logger variables mutable, but haven't done it yet.
b
Understood. If it becomes urgent for me, maybe I could make a PR with a suggestion. 👍🏼
j
Yea, shouldn't be too hard, probably similar to how the log level works.