bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.09k stars 168 forks source link

Better logs #342

Closed linonetwo closed 5 years ago

linonetwo commented 5 years ago

When I developing plugins, logs from zazu itself overwhelm me, and I have to use "warn" for normal logging.

This PR reduces some frequent logging to "verbose".

This PR depends on https://github.com/tinytacoteam/zazu/pull/341