snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Do not print snaplet snaplet messages if verbosity explicitly false #82

Closed MichaelXavier closed 11 years ago

MichaelXavier commented 11 years ago

This resolves issue #81. Only disables logging of initialization messages to stderr if verbosity is explicitly set to false in the config.

mightybyte commented 11 years ago

Thanks