﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
6190	Patch to change verbose level of a running app.	cizek@…	Isaac Richards	"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"	patch	closed	minor	0.22	MythTV - General	0.21-fixes	medium	fixed			0
