Backstage
    Preparing search index...

    Interface LifecycleServiceShutdownOptions

    interface LifecycleServiceShutdownOptions {
        logger?: LoggerService;
    }
    Index
    logger?: LoggerService

    Optional LoggerService that will be used for logging instead of the default logger.