Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Remove redux-logger from production build #35

@mjclawar

Description

@mjclawar

Description

A large application floods the console with logging statements due to https://github.com/plotly/dash-renderer/blob/master/src/store.js#L18. There is already a TODO here to remove the logger.

Implementation discussion

It seems like this cannot be handled with webpack by a Dash user (e.g., use a DEBUG or production flag) because the dash-renderer bundle is included separately. Should the logger be removed entirely for the dash-renderer production bundle? It is helpful for debugging during development.

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