Description of problem: create a scalable app, scale up the app, there is no debug log outpuy when ssh into the app and using haproxy_ctl -u --debug cmd Version-Release number of selected component (if applicable): INT(deven_3395) rhc-1.10.5 How reproducible: Always Steps to Reproduce: 1. Create an scaling perl app $ rhc app create cpl0s0 perl-5.10 -s 2. add disable_auto_scaling markers touch .openshift/markers/disable_auto_scaling and git push 3.scale up the app with rest api 4.ssh into app $ rhc app ssh cpl0s0 [cpl0s0-111.dev.rhcloud.com 7d89debeda5611e296bf12313d08098f]\> haproxy_ctld -u --debug Actual results: no debug log output when using haproxy_ctl -u --debug Expected results: debug infomation should show.
haproxy_ctld_daemon stop haproxy_ctld_daemon start -- --debug should start haproxy_ctld in debug mode.
test on devenv_3535 still can't get debug info [phps-111.dev.rhcloud.com 51ec8db11172310a2b000001]\> haproxy_ctld_daemon stop [phps-111.dev.rhcloud.com 51ec8db11172310a2b000001]\> haproxy_ctld_daemon start -- --debug [phps-111.dev.rhcloud.com 51ec8db11172310a2b000001]\> [phps-111.dev.rhcloud.com 51ec8db11172310a2b000001]\> haproxy_ctld -u --debug [phps-111.dev.rhcloud.com 51ec8db11172310a2b000001]\>
If you use the --debug flag, it will log at DEBUG level to haproxy/logs/scale_events.log. It does not print to STDOUT.
Test on devenv_3688 debug log save in haproxy/logs/scale_events.log when using --debug option. move bug to verified.