kanasimi / wikiapi

JavaScript MediaWiki API for node.js
https://kanasimi.github.io/wikiapi/
BSD 3-Clause "New" or "Revised" License
48 stars 6 forks source link

Feature Request: Verbose mode #9

Closed Cobertos closed 3 years ago

Cobertos commented 3 years ago

I noticed a lot of commented console.logs and console.traces in the code.

It would be nice if those could be toggled on/off with a flag. It would help when running in CI so that bugs from production edits can be caught easier.

Nice library btw, very versatile :D

kanasimi commented 3 years ago

Thank you for trying this library. You may set CeL.set_debug() or CeL.set_debug(3) (1-9) to get more debug information.

Cobertos commented 3 years ago

Ah I see, it's a part of CeL, that helps. Thanks!