kickstartDS / cli

CLI to interact with kickstartDS and kickstartDS based Design Systems

Home Page:https://www.kickstartDS.com/docs/intro/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-activate logging capabilities

julrich opened this issue · comments

There are different transports in our CLI. By default everything is logged to your system out (your terminal, most likely), but additionally you can activate a file transport that writes the output of the command to a file in the current working directory. This can be useful to provide details in case of problems / an error (for example).

It was deactivated when upgrading the CLI, but the code is all still there... just needs to be tested again.