docker-mailserver/target/scripts
Georg Lauterbach 24031ae365
scripts: new log (#2493)
* added new `_log` function

With `_log`, the `_notify` method wa rendered obsolete. `_notify` was
not completely removed due to test failures in `check-for-changes.sh`.

The new `_log` function properly uses log levels such as `trace`,
`debug`, `info`, `warn` and `error`. It provides a cleaner solution
and renders `DMS_DEBUG` obsolete too (as only `_notify` depends on it).

* converted all helper script to new `_log` function

* converted all startup stacks to new `log` function

* `start-mailserver.sh` now uses new `_log` function

* final test and misc small script adjustments

* updated documentation
2022-03-21 07:07:52 +01:00
..
helpers scripts: new log (#2493) 2022-03-21 07:07:52 +01:00
startup scripts: new log (#2493) 2022-03-21 07:07:52 +01:00
wrapper refactoring: split helper functions into smaller scripts (#2420) 2022-02-21 11:56:57 +01:00
check-for-changes.sh refactoring: split helper functions into smaller scripts (#2420) 2022-02-21 11:56:57 +01:00
start-mailserver.sh scripts: new log (#2493) 2022-03-21 07:07:52 +01:00
update-check.sh Update check (#1951) 2021-05-19 21:18:06 +02:00