Skip to content

Releases: vendasta/yeti_logger

Skip logging timestamp in staging and production env

14 Mar 16:20
c1ba14e
Compare
Choose a tag to compare

CustomFormatter skips logging timestamp in staging and production environments.

CustomFormatter uses Time.now instead of Time.now.utc

13 Mar 21:14
5d27388
Compare
Choose a tag to compare

CustomFormatter uses Time.now instead of Time.now.utc to make CustomFormatter's log timestamps consistent with the default Rails logger timestamps.

Add custom rails logger formatter

06 Mar 20:08
32018ec
Compare
Choose a tag to compare

Added configuration to override debug logging for specific users

05 Aug 21:42
2296a96
Compare
Choose a tag to compare

First public release

27 Oct 20:55
Compare
Choose a tag to compare
Merge pull request #2 from Yesware/setup-travis-ci

Configure travis-ci.org