Replies: 1 comment
-
When #870 is finished/merged, you should be able to log |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to avoid logging errors to console and instead log them to file?
I am using the default TypeOrm Postgres adapter. In the console, there is an error ([next-auth][error][create_user_error] QueryFailedError). Checking console for errors will be a problem when on production. I tried to use the config option "events" -> "error" to call my custom logger but this event is not fired for this particular error.
Beta Was this translation helpful? Give feedback.
All reactions