ADFA-2455: remove debug logs from build output#1037
Conversation
Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
📝 WalkthroughWalkthroughFormatting and logging adjustments across tooling, builder, and logging modules: minor Kotlin formatting changes, reduced/error→debug logging for tooling server streams, runtime feature-flag gating for tooling logging, and a runtime-configurable JVM stderr appender that can be disabled via system property. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
* fix: remove debug logs that shows up in build output * fix: log tooling API stderr messages with DEBUG log level * fix: do not append tooling api logs to stderr * fix: redirect stderr to logcat if debug logging is enabled Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
See ADFA-2455 for more details.