Skip to content

WP-6545 Lifecycle logging is unwieldy #111

Description

@dustinlessard-wf

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions