mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
284 stars 52 forks source link

[Feature Request] Disable logging #32

Open lonix1 opened 5 years ago

lonix1 commented 5 years ago

The logging feature is cool, especially when we need to diagnose some problem.

But most of the time there is no need for it, and it just creates endless logs which aren't useful. So it would be nice to have a config option to disable logging.

Default to maintain backwards compatibility:

"shouldLog" : true,

But can be disabled.