Skip to content
Snippets Groups Projects
Commit fe07b91f authored by Wojciech Barcik's avatar Wojciech Barcik
Browse files

Suppress logging to screen by hive server

parent d90efed9
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