Skip to content

Commit 7f8c408

Browse files
committed
update
1 parent aa894ef commit 7f8c408

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/aks-preview/azext_aks_preview/bastion

src/aks-preview/azext_aks_preview/bastion/bastion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ async def _aks_bastion_launch_subshell(kubeconfig_path, port):
223223
env = os.environ.copy()
224224
env.update({"KUBECONFIG": kubeconfig_path})
225225
shell_cmd, updated_shell_cmd = _aks_bastion_prepare_shell_cmd(kubeconfig_path)
226-
logger.info(
227-
"Launching subshell '%s' with KUBECONFIG set to '%s'",
226+
logger.warning(
227+
"Launching subshell with command '%s'. Setting env var KUBECONFIG to '%s'.",
228228
updated_shell_cmd,
229229
kubeconfig_path,
230230
)

0 commit comments

Comments
 (0)