From: Radek Pazdera rpazdera@redhat.com
When executing multiple recipes in a recipe set, the line
INFO: Processing recipe file "example_recipes/rset/mcast.xml"
that indicates execution of another recipe was printed into the log file of previous recipe in the set.
After this modification the line is put into the top-level log for messages related to the controler.
Signed-off-by: Radek Pazdera rpazdera@redhat.com --- nettestctl.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/nettestctl.py b/nettestctl.py index 614f2fc..ec99d73 100755 --- a/nettestctl.py +++ b/nettestctl.py @@ -143,6 +143,7 @@ def main(): summary.append(get_recipe_result(args, recipe_file, remoteexec, cleanup, res_serializer)) + Logs.set_logging_root_path(clean=False) else: summary.append(get_recipe_result(args, recipe_path, remoteexec, cleanup, res_serializer))
lnst-developers@lists.fedorahosted.org