]
Jeff MAURY updated JBIDE-25348:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
Enable debug mode for displaying minishift logs in console
----------------------------------------------------------
Key: JBIDE-25348
URL:
https://issues.jboss.org/browse/JBIDE-25348
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdk
Affects Versions: 4.5.2.AM1
Reporter: Budh Ram Gurung
Assignee: Rob Stryker
Fix For: 4.6.x
Attachments: debug_mode.PNG
Hi,
It would be great if we can somehow see debug logs in the console.
Currently, I am not able to find (or don't know) how to enable it to see in the
console to get more detailed info on the failure of my minishift VM.
It would be good to have one checkbox in the 'CDK Details' section on opening
server adapter configuration which one checked will run the 'minishift start'
command as:
{code}
minishift start --show-libmachine-logs -v 5 [other options]
{code}