Type Alias: LogLevel
@arolariu/website / instrumentation.server / LogLevel
Type Alias: LogLevel
LogLevel =
"debug"|"info"|"warn"|"error"
Defined in: instrumentation.server.ts:67
Log levels for structured logging.
Remarks
info: Informational messages about normal application operationwarn: Warning messages for potentially harmful situationserror: Error messages for serious problems and failuresdebug: Detailed debug information (development only)
// was this page useful?