levibostian / dotenv-android

Access environment variables from .env file within Android app
MIT License
16 stars 2 forks source link

See CLI debug logs when gradle plugin is in debug mode #23

Open levibostian opened 3 years ago

levibostian commented 3 years ago

You can debug a gradle plugin by changing the log level to debug mode and seeing lots of log output. This is great, but the CLI tool does not show it's debug output in this log output.

Proposal

Send debug logs from CLI to gradle logs. However, we want to make sure that the build output in gradle (Android Studio) does not show the debug logs of the CLI.