services: drone-runner: more logging
This makes the dashboard more useful
This commit is contained in:
parent
1efc50fb36
commit
29afe55243
|
@ -1,6 +1,8 @@
|
||||||
DRONE_RPC_HOST=drone.belanyi.fr
|
DRONE_RPC_HOST=drone.belanyi.fr
|
||||||
DRONE_RPC_PROTO=https
|
DRONE_RPC_PROTO=https
|
||||||
DRONE_RUNNER_CAPACITY=5
|
DRONE_RUNNER_CAPACITY=5
|
||||||
|
DRONE_LOGS_TRACE=true
|
||||||
|
DRONE_LOGS_PRETTY=true
|
||||||
# Put into a secret environment file
|
# Put into a secret environment file
|
||||||
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
|
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
|
||||||
#DRONE_UI_USERNAME=FIXME-CHANGE-THIS
|
#DRONE_UI_USERNAME=FIXME-CHANGE-THIS
|
||||||
|
|
Reference in a new issue