holodex / app

http://holodex.enspiral.com
GNU Affero General Public License v3.0
24 stars 1 forks source link

fix client-side debug glob #58

Closed ahdinosaur closed 9 years ago

ahdinosaur commented 9 years ago

right now it's always set to *, which is useless as it logs everything. initially i started commenting out or removing debugs, but then you lose them for the next time you need to debug that area, so i've been learning how to actually properly use the DEBUG environment variable as described in the debug docs on the server-side, like DEBUG=holodex:module:* etc, and i recommend we make this work on the client-side too.