mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 18:38:39 -06:00
fix: add LOG_LEVEL env
This commit is contained in:
parent
af2f883e44
commit
93d255fcce
4
app.json
4
app.json
@ -174,6 +174,10 @@
|
|||||||
"HEROKU_ENV": {
|
"HEROKU_ENV": {
|
||||||
"description": "Enable heroku env. (true/false) (only for heroku)",
|
"description": "Enable heroku env. (true/false) (only for heroku)",
|
||||||
"value": "true"
|
"value": "true"
|
||||||
|
},
|
||||||
|
"LOG_LEVEL": {
|
||||||
|
"description": "The log level. (error | warn | info | http | verbose | debug | silly)",
|
||||||
|
"value": "error,warn,info,http,verbose,debug,silly"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"formation": {
|
"formation": {
|
||||||
|
Loading…
Reference in New Issue
Block a user