fix: add LOG_LEVEL env

This commit is contained in:
Gabriel Pastori 2023-09-10 15:00:33 -03:00
parent af2f883e44
commit 93d255fcce

View File

@ -174,6 +174,10 @@
"HEROKU_ENV": {
"description": "Enable heroku env. (true/false) (only for heroku)",
"value": "true"
},
"LOG_LEVEL": {
"description": "The log level. (error | warn | info | http | verbose | debug | silly)",
"value": "error,warn,info,http,verbose,debug,silly"
}
},
"formation": {