Skip to content

Commit

Permalink
Update SupabasePlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Feb 28, 2024
1 parent 15aabb5 commit 17e218e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ interface SupabasePluginProvider<Config, PluginInstance : SupabasePlugin<Config>
fun create(supabaseClient: SupabaseClient, config: Config) : PluginInstance

/**
* Updates the plugin's logging level
* Updates the plugin's log level
*/
fun setLoggingLevel(level: LogLevel) {
fun setLogLevel(level: LogLevel) {
logger.setLevel(level)
}

}
}

0 comments on commit 17e218e

Please sign in to comment.