Skip to content

Commit c0805cc

Browse files
authored
add section about configuring JS console to show debug messages (#866)
* Add section about configuring JS console to show debug messages * Rewrite log level section to be more concise
1 parent 043d3cd commit c0805cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ setInterval(function(){
241241
}, 1200);
242242
```
243243

244+
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_.
245+
246+
<img width="647" src="https://user-images.githubusercontent.com/7143133/152083257-29034707-c42c-4959-8add-3cee850e6fcf.png">
244247

245248
## Output streams
246249

0 commit comments

Comments
 (0)