A log formatter that adjusts the log output for development environments in a condensed way but in all other cases creates a JSON string to log. With an environment variable FULL_DEV_LOGS=true you can enforce the full log.
FULL_DEV_LOGS=true
The full log object
The service configuration
The string to be logged
Generated using TypeDoc
A log formatter that adjusts the log output for development environments in a condensed way but in all other cases creates a JSON string to log. With an environment variable
FULL_DEV_LOGS=true
you can enforce the full log.