[Housekeeping] Enable verbose logging for sandbox and demo environments
See original GitHub issueDescribe the issue
Currently its hard to debug errors in sandbox and demo environments if the installation fails during helm installation . Enable verbose logging for helm commands and also kubectl commands
https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-output-verbosity-and-debugging
The default option should be with this flag off.
flytectl demo start --verbose
flytectl sandbox start --verbose
Have similar flags during teardown of the environments
flytectl demo teardown --verbose
flytectl sandbox teardown --verbose
What if we do not do this?
Longer debugging cycles
Related component(s)
flytectl,flyte
Are you sure this issue hasn’t been raised already?
- Yes
Have you read the Code of Conduct?
- Yes
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Analysis and Recommended Settings of the Security Audit ...
The static settings are stored in table RSAUPROF. The system create table logs for any changes which you can view, i.e using report...
Read more >Cisco HyperFlex Systems Troubleshooting Reference Guide, 3.5
Step 5. In each controller VM, search for /var/log/springpath/audit-rest.log. ; Step 6. Open each audit-rest.log file and search for the audit ...
Read more >Interactive Web Terminals - GitLab Docs
Interactive web terminals give the user access to a terminal in GitLab for running one-off commands for their CI pipeline. You can think...
Read more >@berstend/node-safe - npm
Configure permissions with the command line, environment variables or convenient ... --debug-sandbox Enable verbose debug logging to stdout; --print-sandbox ...
Read more >alerta Documentation - Read the Docs
key = demo-key sslverify = off timeout = 10.0 debug = yes. Set environment variables: $ export ALERTA_CONF_FILE=~/.alerta.conf.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GrayFlash, will have to assign it to Hemanth as he created a PR already.
Sure working on it @samhita-alla going through the codebase and docs properly.!!