We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa894ef commit 7f8c408Copy full SHA for 7f8c408
1 file changed
src/aks-preview/azext_aks_preview/bastion/bastion.py
@@ -223,8 +223,8 @@ async def _aks_bastion_launch_subshell(kubeconfig_path, port):
223
env = os.environ.copy()
224
env.update({"KUBECONFIG": kubeconfig_path})
225
shell_cmd, updated_shell_cmd = _aks_bastion_prepare_shell_cmd(kubeconfig_path)
226
- logger.info(
227
- "Launching subshell '%s' with KUBECONFIG set to '%s'",
+ logger.warning(
+ "Launching subshell with command '%s'. Setting env var KUBECONFIG to '%s'.",
228
updated_shell_cmd,
229
kubeconfig_path,
230
)
0 commit comments