mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
Add log level configuration
This commit is contained in:
parent
dc5c791fde
commit
653cecac6d
@ -3,3 +3,4 @@ services:
|
||||
environment:
|
||||
CHATFLUX_ENV: Production
|
||||
NEW_RELIC_APP_NAME: "Production Evolution API"
|
||||
LOG_LEVEL: "DEBUG"
|
||||
|
@ -3,3 +3,4 @@ services:
|
||||
environment:
|
||||
CHATFLUX_ENV: Staging
|
||||
NEW_RELIC_APP_NAME: "Staging Evolution API"
|
||||
LOG_LEVEL: "DEBUG"
|
||||
|
@ -2,7 +2,7 @@ exports.config = {
|
||||
app_name: [`${process.env.CHATFLUX_ENV} Evolution API`],
|
||||
license_key: process.env.NEW_RELIC_LICENSE_KEY,
|
||||
logging: {
|
||||
level: 'trace'
|
||||
level: process.env.LOG_LEVEL
|
||||
},
|
||||
allow_all_headers: true,
|
||||
attributes: {
|
||||
|
Loading…
Reference in New Issue
Block a user