mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
refactor: build system
This commit is contained in:
@@ -10,6 +10,7 @@ Logs are only printed if their log level is equal or higher than the defined log
|
||||
## Log Levels
|
||||
|
||||
Available log levels are:
|
||||
|
||||
- 1 - INFO
|
||||
- 2 - LOG
|
||||
- 4 - WARN
|
||||
@@ -39,15 +40,15 @@ can overwrite the actual config values.
|
||||
|
||||
Environment variables are:
|
||||
|
||||
* SMTP_AUTH_USER: SMTP username
|
||||
* SMTP_AUTH_PASSWORD: SMTP password
|
||||
* SMTP_HOST: SMTP host
|
||||
* SMTP_PORT: SMTP port
|
||||
* SMTP_RECIPIENTS: comma seperated list of recipients
|
||||
* SMTP_CC: comma seperated list of recipients for the carbon copy (CC)
|
||||
* SMTP_SENDER_MAIL: sender of the mail
|
||||
* SMTP_SENDER_NAME: name of the sender
|
||||
* SMTP_SECURE: `true` to enable tls
|
||||
- SMTP_AUTH_USER: SMTP username
|
||||
- SMTP_AUTH_PASSWORD: SMTP password
|
||||
- SMTP_HOST: SMTP host
|
||||
- SMTP_PORT: SMTP port
|
||||
- SMTP_RECIPIENTS: comma seperated list of recipients
|
||||
- SMTP_CC: comma seperated list of recipients for the carbon copy (CC)
|
||||
- SMTP_SENDER_MAIL: sender of the mail
|
||||
- SMTP_SENDER_NAME: name of the sender
|
||||
- SMTP_SECURE: `true` to enable tls
|
||||
|
||||
## Transformations
|
||||
|
||||
@@ -57,6 +58,6 @@ You can change this behavior by setting other Transformers via `Logger.setTransf
|
||||
|
||||
You may choose from the following:
|
||||
|
||||
* `AddLogLevel`, which prepends the output with the log level
|
||||
* `Colorize`, which colorizes the output according to the log level
|
||||
* `Timestamp`, which prepends a timestamp to the output
|
||||
- `AddLogLevel`, which prepends the output with the log level
|
||||
- `Colorize`, which colorizes the output according to the log level
|
||||
- `Timestamp`, which prepends a timestamp to the output
|
||||
|
||||
Reference in New Issue
Block a user