{"version":3,"sources":["../../../../src/lib/A-ServerLogger/A-ServerLogger.constants.ts"],"names":[],"mappings":";;AAAO,MAAM,uCAAA,GAA0C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASnD,qBAAA,EAAuB,uBAAA;AAAA;AAAA;AAAA;AAAA,EAIvB,qBAAA,EAAuB,uBAAA;AAAA;AAAA;AAAA;AAAA,EAIvB,qBAAA,EAAuB,uBAAA;AAAA;AAAA;AAAA;AAAA,EAIvB,qBAAA,EAAuB,uBAAA;AAAA;AAAA;AAAA;AAAA,EAIvB,yBAAA,EAA2B;AAC/B","file":"A-ServerLogger.constants.mjs","sourcesContent":["export const A_SERVER__A_SERVER_LOGGER_ENV_VARIABLES = {\n    // ----------------------------------------------------------\n    // A-ServerLogger Environment Variables\n    // ----------------------------------------------------------\n    // These environment variables are used by A-Concept core to configure the application\n    // ----------------------------------------------------------\n    /**\n     * Enable logging of 200 responses\n     */\n    SERVER_IGNORE_LOG_200: 'SERVER_IGNORE_LOG_200',\n    /**\n     * Enable logging of 404 responses\n     */\n    SERVER_IGNORE_LOG_404: 'SERVER_IGNORE_LOG_404',\n    /**\n     * Enable logging of 500 responses\n     */\n    SERVER_IGNORE_LOG_500: 'SERVER_IGNORE_LOG_500',\n    /**\n     * Enable logging of 400 responses\n     */\n    SERVER_IGNORE_LOG_400: 'SERVER_IGNORE_LOG_400',\n    /**\n     * Enable logging of default responses\n     */\n    SERVER_IGNORE_LOG_DEFAULT: 'SERVER_IGNORE_LOG_DEFAULT',\n} as const"]}