Hide Forgot
Description of problem: cannot get app log file via cmd 'rhc app tail' Version-Release number of selected component (if applicable): rhc-0.85.7-1.el6_2.noarch How reproducible: always Steps to Reproduce: 1.install latest rhc client via yum install 2.create domain and app # rhc-create-domain -n bmengdev1 # rhc-create-app -a testapp -t php-5.3 3.tail app log file via new command 'rhc app tail' # rhc app tail -a testapp Actual results: [mengbo@localhost ~]$ rhc app tail -a testapp Password: Attempting to tail files: testapp/logs/* Use ctl + c to stop /usr/lib/ruby/gems/1.8/gems/rhc-0.85.7/bin/rhc-app:462:in `show_logs': undefined local variable or method `debug' for #<Object:0x7fb621ff32a8> (NameError) from /usr/lib/ruby/gems/1.8/gems/rhc-0.85.7/bin/rhc-app:575 from /usr/bin/rhc-app:19:in `load' from /usr/bin/rhc-app:19 Expected results: log should be tailed successfully. Additional info: tail log by command 'rhc-tail-files -a testapp' can be performed successfully.
Fix checked in and should be available in the next version.
Verified on devenv_1567. Packages Tested: rhc-0.85.7-1.git.0.79b56b0.el6.noarch
(In reply to comment #2) > Verified on devenv_1567. > > Packages Tested: > rhc-0.85.7-1.git.0.79b56b0.el6.noarch Correction: Package tested: rhc-0.85.9-1.el6_2.noarch
Closing verified bugs.