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

Implement default and verbose logging #109

Open
end2endzone opened this issue Apr 22, 2022 · 0 comments
Open

Implement default and verbose logging #109

end2endzone opened this issue Apr 22, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@end2endzone
Copy link
Owner

Is your feature request related to a problem? Please describe.
User are complaining that application is too verbose which creates big files. Having too much information printed in the logs make debugging of custom configurations harder.

Describe the solution you'd like
An internal flag should be use to enable or disable verbose logging. When the application is verbose, everything that can be log should be logged.
Multiple verbose logging could also be defined (0 (default), 1, 2, 3, ...). For example, in full verbose mode, the failures for <visibility> and <validity> could also be defined. This would help user understand why a menu is (or is not) displayed.
The property shellanything.verbose.level could be defined in the system as a dynamic flag to enable/disable verbose logging. A menu in ShellAnything's default Configuration could also be created which set/unset this property.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant