Red Hat Bugzilla – Bug 478080
MIGRATED_FROM_JIRA: Verbose Switch enable from runtime
Last modified: 2018-02-07 15:45:19 EST
It would be nice to have enable VERBOSE debugging (redirect error output to STDOUT) by adding "-v" switch on penrose arguments. The current way is relying on user to hand-edit nlog4j.xml which could be a hassle for somebody who want to quickly redirect error output to STDOUT. Additional Comments From endisd dated Thu Nov 24 18:28:48 CST 2005 This has been implemented in 0.9.8. Run "penrose.bat -?" to show all available options. Option "-v" means run in verbose mode. Option "-d" means run in debug mode. If you have log4j.properties in the conf directory, it will override the logging configuration. ========================================================= Issue dump from jira $VAR1 = { 'priority' => '3', 'customFieldValues' => [], 'project' => 'PENROSE', 'status' => '5', 'components' => [ { 'name' => 'Configuration', 'id' => '10014' } ], 'reporter' => 'jimyang', 'key' => 'PENROSE-86', 'assignee' => 'endisd', 'summary' => 'Verbose Switch enable from runtime', 'id' => '10278', 'updated' => '2005-11-24 18:28:48.0', 'votes' => '0', 'fixVersions' => [ { 'releaseDate' => '2005-12-05 00:00:00.0', 'sequence' => '8', 'name' => 'Penrose-0.9.8', 'released' => 'true', 'id' => '10034', 'archived' => 'false' } ], 'affectsVersions' => [], 'description' => 'It would be nice to have enable VERBOSE debugging (redirect error output to STDOUT) by adding "-v" switch on penrose arguments. The current way is relying on user to hand-edit nlog4j.xml which could be a hassle for somebody who want to quickly redirect error output to STDOUT.', 'created' => '2005-09-12 10:38:51.0', 'resolution' => '1', 'type' => '4' }; =========================================================
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-86