1
我加入以下到我的每Trigger.io documentationconfig.json
为:Trigger.io日志配置错误
"modules": {
"logging": {
"level": ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"]
}
}
当我运行forge build
我得到以下错误:
[ ERROR] Forge API call to app/fe491ecee6fb11e19ada12313d1adcbe/template went wrong: Value [u'DEBUG', u'INFO', u'WARNING', u'ERROR', u'CRITICAL'] for field 'level' is not of type string
是文档错误还是我误读了?