* feat: init configurable logging level
* refac: correct some logging functions to debug from info. They were not that informational
* fix: logging somehow was broken due to disablement of external loggers
* refac: set default to info
---------
Co-authored-by: Daan Selen <dselen@systemec.nl>
* Add new env vars for docker
* Add email env vars for docker
* Improve sed for email vars
* Refactor entrypoint.sh file
* Add additional account docker vars
* Add comment for clear command
---------
Co-authored-by: DaanSelen <80752476+DaanSelen@users.noreply.github.com>
Removed clean_up() function because persistency is done differently.
Overal tried to make readability better in entrypoint.sh
Fixed bug where local config variable causes issues.
Applied ShellCheck recommendations.