Merge pull request 'pkgs/cli: Fix ssh logging' (#4362) from kenji/ke-ssh-remove-debug into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4362
This commit is contained in:
Luis Hebendanz
2025-07-15 13:00:00 +00:00
committed by pinpox

View File

@@ -433,7 +433,7 @@ class Remote:
"--",
" ".join(map(quote, command)),
]
cmdlog.info(
cmdlog.debug(
f"{indent_command(ssh_cmd)}",
extra={
"command_prefix": self.command_prefix,