levibostian / levibostian/dotenv-android
See CLI debug logs when gradle plugin is in debug mode
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue involves the CLI tool and Gradle plugin logging, but names no files or tests. Start by locating the CLI and Gradle logging entry points, then trace how debug messages are routed. Done means CLI debug logs appear in Gradle debug output while remaining absent from normal Gradle build output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100