--- title: "Logging" showtoc: true --- # Logging - log levels of default logger - To log database queries: set `dbConnectionOptions.logging: true` or eg `['query']` and the set the logLevel to Debug. -