Skip to content

Commit

Permalink
add section about configuring JS console to show debug messages (#866)
Browse files Browse the repository at this point in the history
* Add section about configuring JS console to show debug messages

* Rewrite log level section to be more concise
  • Loading branch information
gitname committed Feb 3, 2022
1 parent 043d3cd commit c0805cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -241,6 +241,9 @@ setInterval(function(){
}, 1200);
```

In Chromium-based web browsers (e.g. Brave, Chrome, and Electron), the JavaScript console will—by default—only show messages logged by `debug` if the "Verbose" log level is _enabled_.

<img width="647" src="https://user-images.githubusercontent.com/7143133/152083257-29034707-c42c-4959-8add-3cee850e6fcf.png">

## Output streams

Expand Down

0 comments on commit c0805cc

Please sign in to comment.