build: use one log file instead of 2
This commit is contained in:
parent
c76fd73179
commit
2c73a07961
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue