girishso / rails-client-logger

Rails engine for logging from Browser Javascript to server
MIT License
25 stars 14 forks source link

Each log level logs as "fatal" #3

Closed sharq1 closed 10 years ago

sharq1 commented 10 years ago

For example this:

jsLogger.info("choosing file from disk");

creates request like this:

level=fatal&message=choosing+file+from+disk
girishso commented 10 years ago

Thanks @shaq1 This is fixed in gem v 1.0.2

sharq1 commented 10 years ago

Thanks for quick fix!