[mythtv-commits] Ticket #6190: Patch to change verbose level of a running app.

MythTV mythtv at cvs.mythtv.org
Wed Jan 28 19:15:46 UTC 2009


#6190: Patch to change verbose level of a running app.
------------------------------+---------------------------------------------
 Reporter:  cizek at rcn.com     |       Owner:  ijr       
     Type:  patch             |      Status:  new       
 Priority:  minor             |   Milestone:  unknown   
Component:  MythTV - General  |     Version:  0.21-fixes
 Severity:  medium            |     Mlocked:  0         
------------------------------+---------------------------------------------
 The attached patch allows you to change the VERBOSE level of mythbackend
 or mythfrontend while it is running.

 It works as follows:

 {{{
 mythbackend --setverbose record,network
 }}}

  is similar to starting mythbackend -v record,network, but will make the
 change to the currently running mythbackend instance.

 For mythfrontend, this is changed by the network control interface using
 "query verbose" and "setverbose {verboselevel}" as follows:
 {{{
 MythFrontend Network Control
 Type 'help' for usage information
 ---------------------------------
 # query verbose
  important general pthread
 # setverbose playback
 OK
  Previous filter:  important general pthread
       New Filter:  important general playback

 #
 }}}

 This was done against 0.21-fixes. Hopefully it will work with trunk also.

 -Bill

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6190>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list