File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import 'dart:js_util' as js_util;
5
5
import 'package:gotrue/src/types/types.dart' ;
6
6
import 'package:logging/logging.dart' ;
7
7
8
- final _log = Logger ('supabase.gotrue ' );
8
+ final _log = Logger ('supabase.auth ' );
9
9
10
10
BroadcastChannel getBroadcastChannel (String broadcastKey) {
11
11
final broadcast = html.BroadcastChannel (broadcastKey);
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class GoTrueClient {
89
89
90
90
final AuthFlowType _flowType;
91
91
92
- final _log = Logger ('supabase.gotrue ' );
92
+ final _log = Logger ('supabase.auth ' );
93
93
94
94
/// Proxy to the web BroadcastChannel API. Should be null on non-web platforms.
95
95
BroadcastChannel ? _broadcastChannel;
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ final supabase = Supabase.instance.client;
52
52
* [ Edge Functions] ( #edge-functions )
53
53
* [ Deep Links] ( #deep-links )
54
54
* [ Custom LocalStorage] ( #custom-localstorage )
55
+ - [ Logging] ( #logging )
55
56
56
57
57
58
### <a id =" authentication " ></a >[ Authentication] ( https://supabase.com/docs/guides/auth )
@@ -621,7 +622,7 @@ supabaseLogger.onRecord.listen((record) {
621
622
- ` supabase_flutter ` : ` Logger('supabase.supabase_flutter') `
622
623
- ` supabase ` : ` Logger('supabase.supabase') `
623
624
- ` postgrest ` : ` Logger('supabase.postgrest') `
624
- - ` gotrue ` : ` Logger('supabase.gotrue ') `
625
+ - ` gotrue ` : ` Logger('supabase.auth ') `
625
626
- ` realtime_client ` : ` Logger('supabase.realtime') `
626
627
- ` storage_client ` : ` Logger('supabase.storage') `
627
628
- ` functions_client ` : ` Logger('supabase.functions') `
You can’t perform that action at this time.
0 commit comments