-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add a possibility to disable logging in develop mode #1843
Milestone
Comments
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
Nitvex
added a commit
that referenced
this issue
Nov 16, 2022
KonstantinEpam23
added a commit
that referenced
this issue
Dec 15, 2022
* Release/2.6.1 (#1830) * highlight the element tool from the right side button panel * #1788 Update format when saving template library to sdf * added autofocus attribute for texarea * Change the default selection tool to the rectangle selection tool - To simplify interaction with selection tools we have changed the default selection tool to the rectangle selection tool. Co-authored-by: Svetlana Terenteva <[email protected]> Co-authored-by: Evgenii Frolov <[email protected]> * #1828 fix package version (#1833) * disabled polymer editor * updared version to 2.6.1 * #1839 – removed lightweight tag from page title (#1848) * added `render-coloring: true` to add colors when saving (#1849) * #1843 – added possibility to enable/disable redux-logger (#1847) * updated indigo version to 1.8.1 (#1846) * updated packages version to 2.6.2 (#1850) * #1764 ket objects coordinates issues (#1869) * fix: fix ket objects coordinates * #1764: create variable for arrow check, add comment * updated packages version to 2.6.3 and indigo to 1.8.2 (#1874) * updated packages version to 2.6.4 and indigo to 1.8.3 (#1881) Co-authored-by: Konstantin Levin <[email protected]> Co-authored-by: Nikita <[email protected]> Co-authored-by: Svetlana Terenteva <[email protected]> Co-authored-by: Evgenii Frolov <[email protected]> Co-authored-by: porcelain11 <[email protected]> Co-authored-by: Konstantin Levin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.

For now, all the logs produced by
redux-logger
package are shown in console in develop mode. It fills all the console space and it becomes hard to find your own logs:Describe the solution you'd like
Despite these logs can be helpful while debugging, It would be great to have an opportunity to disable them. Proposed solution is to have
KETCHER_ENABLE_REDUX_LOGGER
env variable, which allows to enable/disable this logging.Additional context
It works just fine, when application is run in production mode (
NODE_ENV=production
).The text was updated successfully, but these errors were encountered: