Skip to content

Huge amounts of debug output emitted #102

Answered by ChristianMurphy
starpit asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for reaching out, sorry you ran into a spot of trouble.

The verbose logs are hidden behind two flags. https://github.com/micromark/micromark#size--debug

  1. one is an export condition which only is used in a development environment
  2. the other a debug package logging flag

In your example, both the export condition and the log level have been set to be verbose.

If you don't want verbose debugging in development localStorage.debug="*,-micromark" could be a good option.
It will also not log when the export condition/environment changes to production.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@starpit
Comment options

Answer selected by starpit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants