chakra
chakra copied to clipboard
How to i enable logging ( logging.debug ) prints
How can i enable logging.debug prints in all the chakra scripts
Hey @alokprasad, in your shell command to run the chakra linker/converter, you can use the --log-level flag to display the output of the specified verbosity.
For debug logs, you can simply add "--log-level DEBUG" to your commands. Thanks!