Skip to content

Commit 7546f44

Browse files
committed
chore: enable debug logs for supertokens core
1 parent f817995 commit 7546f44

File tree

1 file changed

+1
-0
lines changed
  • api/internal/features/supertokens

1 file changed

+1
-0
lines changed

api/internal/features/supertokens/auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func Init(appInstance *storage.App) {
7474
websiteBasePath := "/auth"
7575

7676
err := supertokens.Init(supertokens.TypeInput{
77+
Debug: true,
7778
Supertokens: &supertokens.ConnectionInfo{
7879
ConnectionURI: config.Supertokens.ConnectionURI,
7980
APIKey: config.Supertokens.APIKey,

0 commit comments

Comments
 (0)