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
DEV
STAGE
PRODUCTION
LOGGER_ENABLED
enable logging
by default true , to disable = false
true
false
LOGGER_LEVEL
logging level
see the next table
The following values are available for parameter LOGGER_LEVEL:
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
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 2 years ago