V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 59s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-30 23:32:21 +02:00
parent 67dc83c31f
commit 88854df9d8
3 changed files with 27 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ do_log() {
### Declare variables.
declare log_uniform=""
declare var_color; var_color=$(do_get_log_color "${var_log_level}")
declare var_ts; var_ts="$(date -u '+%Y-%m-%dT%H:%M:%S.%4N%z')"
declare var_ts; var_ts="$(date -u '+%Y-%m-%dT%H:%M:%S.%9N%z')"
case "${var_log_level,,}" in
debug) log_uniform="[DEBUG] ";;