refactor: build system

This commit is contained in:
2023-03-22 11:45:30 +01:00
parent 4df19e8c20
commit 8cb9285462
427 changed files with 3978 additions and 9810 deletions

View File

@@ -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