mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -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": {
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user