nstuyvesant / sveltekit-auth-example

SvelteKit Authentication Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where are the backend logs?

vilaca opened this issue · comments

How do I turn on logging or change the logging level of the backend and where/how can I see the logs?

That would be outside the scope of this example project. Logging could be at the API or database level. There are dozens of approaches. Here's an article I found using Google...
https://jeffmcmorris.medium.com/awesome-logging-in-sveltekit-6afa29c5892c

Generally, the place to log API calls would be in hooks.server.ts...
https://kit.svelte.dev/docs/hooks