refactor(auth): remove logger configuration for production environment

This commit is contained in:
Mauricio Siu
2025-06-08 16:56:31 -06:00
parent 9c19b1efa3
commit 1089a8247d

View File

@@ -18,9 +18,6 @@ const { handler, api } = betterAuth({
provider: "pg",
schema: schema,
}),
logger: {
disabled: process.env.NODE_ENV === "production",
},
appName: "Dokploy",
socialProviders: {
github: {