Skip to main content

Type Alias: LogLevel

@arolariu/website


@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 operation
  • warn: Warning messages for potentially harmful situations
  • error: Error messages for serious problems and failures
  • debug: Detailed debug information (development only)
// was this page useful?