LoggerConfig: {
    logLevel?: LOG_LEVELS | string;
    sensitiveFilteringKeywords?: boolean | string[];
}

Configuration options for the logger.