ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

Adding logToConsole option #11

Closed mostlyjason closed 9 years ago

mostlyjason commented 9 years ago

Wanted the ability to turn off console logging when deploying the production, while still maintaining it in development. I added it as a configurable flag. Adding to develop branch instead of master branch.