Skip to content
Snippets Groups Projects
Commit a9cdeab7 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Merge branch 'wb-enhance-ci' into 'develop'

Direct hive server logging to file only

See merge request !403
parents 5c04a191 fe07b91f
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!403Direct hive server logging to file only
......@@ -409,6 +409,7 @@ sync-e2e-benchmark:
when: always
paths:
- hivemind-sync.log
- hivemind-server.log
- pg-stats
- hive-sync-runner-id.txt
- tavern_benchmarks_report.html
......
......@@ -65,8 +65,8 @@ start() {
--pid-file hive_server.pid \
--http-server-port ${RUNNER_HIVEMIND_SERVER_HTTP_PORT} \
--steemd-url "${RUNNER_HIVED_URL}" \
--database-url "${DATABASE_URL}" 2>&1 \
| tee -ia hivemind-server.log &
--database-url "${DATABASE_URL}" \
> hivemind-server.log 2>&1 &
HIVEMIND_PID=$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment