Skip to content

Commit

Permalink
Update logger-name for clean
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily authored and The-Mule committed Oct 14, 2024
1 parent 3d2e639 commit 4df549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ def clean(context: Context, **kwargs: Any) -> None:
# consistent between the command and subcommands
clean_obj = tmt.Clean(
logger=context.obj.clean_logger
.descend(logger_name='clean-images', extra_shift=0)
.descend(logger_name='clean', extra_shift=0)
.apply_verbosity_options(**kwargs),
parent=clean_obj,
cli_invocation=CliInvocation.from_context(context))
Expand Down

0 comments on commit 4df549f

Please sign in to comment.