You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Keep error logging on, but hide normal lifecycle logs behind a url parameter, w_module.verbose=true
Example
The amount of lifecycle logging before:
After Solution option 1 (notice the length of the scrollbar pill):
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
changed the title
Lifecycle logging is unwieldy
WP-6545 Lifecycle logging is unwieldy
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
w_module.verbose=true
Example
The amount of lifecycle logging before:
After Solution option 1 (notice the length of the scrollbar pill):
Inspired by #110
The text was updated successfully, but these errors were encountered: