build: use one log file instead of 2

This commit is contained in:
Radical 2025-05-02 16:23:11 +02:00
parent c76fd73179
commit 2c73a07961

View file

@ -36,7 +36,6 @@ rotate_log() {
fi
}
rotate_log "/gorb/logs/stdout.log"
rotate_log "/gorb/logs/stderr.log"
rotate_log "/gorb/logs/backend.log"
/usr/bin/gorb-backend --config /gorb/config/config.toml > /gorb/logs/stdout.log 2> /gorb/logs/stderr.log
/usr/bin/gorb-backend --config /gorb/config/config.toml 2>&1 | tee /gorb/logs/backend.log