kynikos / wiki-monkey

MediaWiki-compatible bot and editor assistant running directly in the browser and expandable with plugins.
https://github.com/kynikos/wiki-monkey/wiki
GNU General Public License v3.0
15 stars 5 forks source link

Log: filter messages by level #131

Closed kynikos closed 10 years ago

kynikos commented 11 years ago

Let the user decide the minimum level of messages to show (info/warning/error)

lahwaacz commented 11 years ago

Would that be in the form of something like config file (i.e. persistent configuration), or just a radio button in the interface (i.e. applied only until the page is reloaded)? Is it even possible to have something like a config file? I could think of some other items suitable for a config file.

kynikos commented 11 years ago

Well, the message filter itself would probably be a select box with the minimum message level to show (info, warning or error), or maybe just a checkbox to show/hide info-level messages.

A way of persistently configuring Wiki Monkey would actually be possible, but I'll open another request for it.