[bind10-dev] Task 1005 - Check Logger Names in cfgmgr

Shane Kerr shane at isc.org
Tue Jun 28 12:29:51 UTC 2011


All,

On Mon, 2011-06-27 at 15:55 +0100, Stephen Morris wrote:
>     right now the way those python checking scripts are called they have
> no knowledge of what modules there are, so they can't really check the
> names of the loggers.

One possibility may be to introduce a "force" option to adding a logger.

> logger add aurh ...
Error: No module "aurh" running
Note: You can add this logger anyway by using "force-add" instead of "add".

> logger add auth ...
Added

> logger add mymodule ...
Error: No module "mymodule" running
Note: You can add this logger anyway by using "force-add" instead of "add".

> logger force-add mymodule ...
Added


Just an idea!

--
Shane






More information about the bind10-dev mailing list