mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge pull request #4274 from lensapp/port-forward-stderr-debug
log kubectl port-forward stderr output as debug
This commit is contained in:
commit
2e54587086
@ -95,7 +95,7 @@ class PortForward {
|
||||
});
|
||||
|
||||
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, {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user