From 1375ed55b67c97774b275de1a88f92fd08ad54d2 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 14 Oct 2011 10:12:02 +0200 Subject: [PATCH] +todo Signed-off-by: Steven Armstrong --- doc/dev/todo/steven | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/dev/todo/steven b/doc/dev/todo/steven index 3209fe8c..6364c4d4 100644 --- a/doc/dev/todo/steven +++ b/doc/dev/todo/steven @@ -3,6 +3,13 @@ logging: maybe implement logging server as described here [1] [1] http://docs.python.org/py3k/howto/logging-cookbook.html#configuration-server-example + - use different logger to limit output to current area of interest, + e.g. + explorer.$target_host: explorer related messages for the run for $target_host + manifest.$target_host: manifest related messages for the run for $target_host + ... + then one could filter e.g. on explorer.* + tests: