mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix logging
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
cb29a78302
commit
47efade1c6
@ -82,7 +82,7 @@ class PortForward {
|
||||
`${this.forwardPort ?? ""}:${this.port}`
|
||||
];
|
||||
|
||||
logger.info("[PORT-FORWARD-ROUTE]: spawning", kubectlBin, args);
|
||||
logger.info(`[PORT-FORWARD-ROUTE]: spawning ${kubectlBin} ${args.join(" ")}`);
|
||||
|
||||
this.process = spawn(kubectlBin, args, {
|
||||
env: process.env
|
||||
|
||||
Loading…
Reference in New Issue
Block a user