Skip to main content
Module

x/typeorm/src/logger/LoggerOptions.ts>LoggerOptions

Forked from https://github.com/typeorm/typeorm
Latest
type alias LoggerOptions
import { type LoggerOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/logger/LoggerOptions.ts";

Logging options.

definition: boolean | "all" | (
| "query"
| "schema"
| "error"
| "warn"
| "info"
| "log"
| "migration"
)[]