fix(ingress.tjo.cloud): logging
Some checks failed
/ lint (push) Failing after 36s

This commit is contained in:
Tine 2025-01-02 16:57:55 +01:00
parent 7a21dde5d3
commit 871425d05e
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -14,11 +14,11 @@ services=(
) )
info() { info() {
echo "$1" >/dev/stdout echo "INFO: $1"
} }
warn() { warn() {
echo "$1" >/dev/stderr echo "WARN: $1"
} }
error() { error() {