MantisBT - PyRosetta
View Issue Details
0000096PyRosetta[All Projects] Incorrect Resultspublic2012-09-05 13:482012-09-19 11:19
jadolfbr 
Sergey 
lowminoralways
resolvedfixed 
All platformsAnyAny
[Rosetta] Trunk 
[Rosetta] Trunk 
PyRosetta
PyTracer Object
Feature Request
51236
0000096: PyTracer - No tracer output level
This is a feature request for being able to control the amount of output from the PyTracer class. Default, AllChannels is extremely verbose. To reduce the amount of output, one needs to manually use a list of channels to keep on. For usage such as the GUI, this is not feasible.
No tags attached.
Issue History
2012-09-05 13:48jadolfbrNew Issue
2012-09-05 13:48jadolfbrStatusnew => assigned
2012-09-05 13:48jadolfbrAssigned To => Sergey
2012-09-19 11:19SergeyFixed in SVN Version => 51236
2012-09-19 11:19SergeyNote Added: 0000104
2012-09-19 11:19SergeyStatusassigned => resolved
2012-09-19 11:19SergeyFixed in Version => Trunk
2012-09-19 11:19SergeyResolutionopen => fixed

Notes
(0000104)
Sergey   
2012-09-19 11:19   
This should be fixed in 51236.

When setting io_hooks please use Tracer::set_ios_hook(otstreamOP tr, std::string const & monitoring_channels_list, bool raw) and set raw=False if you want PyTracer to obey priority levels.

For example usage please see src/python/bindings/test/T007_TracerIO.py