Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NestApplicationContextOptions

publicapi
publicapi

Hierarchy

  • NestApplicationContextOptions

Index

Properties

Properties

Optional abortOnError

abortOnError: boolean | undefined

Whether to abort the process on Error. By default, the process is exited. Pass false to override the default behavior. If false is passed, Nest will not exit the application and instead will rethrow the exception.

Optional logger

logger: LoggerService | LogLevel[] | boolean

Specifies the logger to use. Pass false to turn off logging.

Generated using TypeDoc