docker run \ ....... > -e DRONE_LOGS_DEBUG=true \ > -e DRONE_LOGS_TRACE=true \ > -p 8080:8080 \ > drone/autoscaler ^C{"level":"fatal","error":"http: Server closed","time":"2019-06-04T06:14:53Z","message":"Program terminated"}
I can’t get any logs from autoscaler during run-time. Just the Ctrl-C quit error.
I’m experiencing the same, did you managed to find out the cause?
how long did you wait before stopping the container? the autoscaling routine runs every 5 minutes (by default) which means there will be no logs until the routine runs. Wait 5 minutes until the autoscaler routine runs and you will see logs.