feat(logging): extend error trace in logging

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2023-04-18 17:31:46 +02:00
parent 42ce0ba297
commit 4124e65ec4
2 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
# Exit upon Errors
set -Eeou
CN_DEBUG_ERR_EXIT=""
export CN_DEBUG_ERR_EXIT
# Base Path
BASE_CN_PATH="$(dirname "$(readlink -f "${0}")")"