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

WP-6545 Lifecycle logging is unwieldy #111

Open
dustinlessard-wf opened this issue May 3, 2018 · 1 comment
Open

WP-6545 Lifecycle logging is unwieldy #111

dustinlessard-wf opened this issue May 3, 2018 · 1 comment

Comments

@dustinlessard-wf
Copy link
Contributor

dustinlessard-wf commented May 3, 2018

Problem

Module lifecycle logs are pretty noisy. They are hard to filter, also. If you filter out console logs that have either w_module or LifecycleModule in them, you wipe out many exceptions, because most of our ecosystem extends from LifeCycleModules.

Solution options

  1. Keep error logging on, but hide normal lifecycle logs behind a url parameter, w_module.verbose=true

Example

The amount of lifecycle logging before:
screen shot 2018-05-02 at 8 54 34 am

After Solution option 1 (notice the length of the scrollbar pill):
image

Inspired by #110

@rmconsole3-wf
Copy link
Contributor

It looks like you have not included any tickets in the title of this issue. Please create a ticket for this issue, or click a type to create one automatically: Task, Bug, Improvement

@rm-astro-wf rm-astro-wf changed the title Lifecycle logging is unwieldy WP-6545 Lifecycle logging is unwieldy May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants