appcanary / agent

The Appcanary agent
https://www.appcanary.com
GNU General Public License v3.0
47 stars 6 forks source link

Go over logged messages, fix logging levels #145

Open phillmv opened 7 years ago

phillmv commented 7 years ago

Due to a bug in how logging is configured, items marked as "debug" messages still get logged in production.

  1. Review what we do log and which messages are meaningful in production
  2. Fix the bug in env where the levels are initiated after the backend is set, such that DEBUG messages only get printed in test/debug mode.