Environment parameters for FXTR v2 and DealsHistory

Parameter
Description
Example

APP_NAME

the name of the application that will be displayed in the logs

any name

APP_ENVIRONMENT

application working environment

any string, for example: DEV, STAGE, PRODUCTION etc

LOGGER_ENABLED

enable logging

by default true , to disable = false

LOGGER_LEVEL

logging level

see the next table

The following values are available for parameter LOGGER_LEVEL:

Value
Description

panic

only "panic" of application. Unforeseen runtime errors that caused the application to stop

fatal

add fatal errors that may cause the application to stop

error

add fatal errors that may cause the application to stop

warn

add warnings while the application is running

info

add informative logs (describing the main functionality of the application)

debug

add debug information to logging

Last updated