History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1683
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Justin Georgeson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Add an option to "Build > Shell/Batch Command" to print the command being run regardless of Log Level

Created: 20/Jun/13 04:10 PM   Updated: 21/Jun/13 12:53 AM
Component/s: None
Affects Version/s: 5.0.24
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
I can't control the Log Level per-step, so rather than setting a configuration to use DEBUG for all steps, I've taken to adding a pre-execute script

logger.info("Executing: " + build.getCommand())

on all my Build > Shell/Batch Command steps. A combobox (true|false|variable) in the step definition would be make this simpler.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [21/Jun/13 12:53 AM]
We'd rather not to make the step more complicated if this problem can already be solved by enabling debug log level for build.