nareddyt / discover-rewards-notifier

A Chrome Extension that shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards.
https://www.tejunareddy.com/discover-rewards-notifier/
GNU General Public License v3.0
6 stars 14 forks source link

Enable / disable logging based on level #39

Closed nareddyt closed 6 years ago

nareddyt commented 6 years ago

For our chrome extension's core code, we want to enable all logging when in development but only log errors when in production.

Currently, we just comment out most log lines before shipping to prod.

nareddyt commented 6 years ago

NEVER

Chrome's console allows us to filter by log level automatically. We should just log as much as we can. When viewing the logs, we can just filter in the console to get a cleaner view.