Sha256: ca902e20b3ad9f49ff73902b8d2f8b22094c03a41079b1dd31385a4c28f518c2

Contents?: true

Size: 595 Bytes

Versions: 2

Compression:

Stored size: 595 Bytes

Contents

# Metova::Logger

Including this gem will format Rails logs with Lograge. Logs will include user ID, e-mail, and request IP.

## Installation

Add this line to your application's Gemfile:

```ruby
group :staging, :production do
  gem 'metova-logger'
end
```

And then execute:

    $ bundle

## Contributing

1. Fork it ( https://github.com/[my-github-username]/metova-logger/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metova-logger-0.1.0 README.md
metova-logger-0.0.7 README.md