superfaceai / cli

Let AI connect the APIs for you
https://superface.ai
MIT License
22 stars 4 forks source link

[Feedback] promote `ONESDK_LOG="on"` #355

Open julpat opened 1 year ago

julpat commented 1 year ago

Feedback

After superface execute when execute fails show in the CLI output hint to use ONESDK_LOG="on" for better debugging. Or/And add this line to the created .env

ONESDK_LOG="off"  # Set to "on" to enable better output logging
Jakub-Vacek commented 1 year ago

So ONESDK_LOG is added to generated .env now I will probably try to look into superface execute fails. Or maybe we could add hint to each execute run. What do you think @julpat ?