gitevents / core

GitEvents core; manage your user group with GitHub
MIT License
41 stars 19 forks source link

remove `debug` in favour of bunyan or winston log #154

Closed PatrickHeneise closed 3 years ago

PatrickHeneise commented 8 years ago

debug is invisible in production mode and when things go wrong, there's no clue when what stopped. bunyan and winston both log to console and file wich can be later used in cloud logging platforms or at least show up in the Docker log.