Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diagnostics logging output configuration #1394

Open
thescientist13 opened this issue Jan 22, 2025 · 0 comments
Open

diagnostics logging output configuration #1394

thescientist13 opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
CLI documentation Greenwood specific docs feature New feature or request RFC Proposal and changes to workflows, architecture, APIs, etc
Milestone

Comments

@thescientist13
Copy link
Member

thescientist13 commented Jan 22, 2025

Summary

In a few areas of Greenwood there is output logging that is worth sharing with the user, but in some cases, while informative, is not always actionable by the user.

For example

I think it would be useful to give the user the ability to turn these on or off through a key in greenwood.config.js

Details

The idea is to expose a configuration property in _greenwood.config.js

export default {
  diagnostics: true|false // default is true
}

This would then enable / disable logging the following cited areas above.

I think when off, we should at least log out that diagnostics have been turned off, and / or maybe link to the website about the configuration option?

@thescientist13 thescientist13 added alpha.6 CLI documentation Greenwood specific docs feature New feature or request v0.30.0 labels Jan 22, 2025
@thescientist13 thescientist13 added this to the 1.0 milestone Jan 22, 2025
@thescientist13 thescientist13 self-assigned this Jan 22, 2025
@thescientist13 thescientist13 added v0.31.0 RFC Proposal and changes to workflows, architecture, APIs, etc and removed alpha.6 v0.30.0 v0.31.0 labels Jan 22, 2025
@thescientist13 thescientist13 moved this from 🏗 In progress to 📋 Backlog in [Greenwood] Phase 10 - Ecosystem Compat Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI documentation Greenwood specific docs feature New feature or request RFC Proposal and changes to workflows, architecture, APIs, etc
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant