mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
log kubectl port-forward stderr output as debug
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
e086af4b40
commit
e99f2f0502
@ -95,7 +95,7 @@ class PortForward {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.process.stderr.on("data", (data) => {
|
this.process.stderr.on("data", (data) => {
|
||||||
logger.warn(`[PORT-FORWARD-ROUTE]: kubectl port-forward process stderr: ${data}`);
|
logger.debug(`[PORT-FORWARD-ROUTE]: kubectl port-forward process stderr: ${data}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
const internalPort = await getPortFrom(this.process.stdout, {
|
const internalPort = await getPortFrom(this.process.stdout, {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user