Skip to content

Commit

Permalink
Add rails logger to readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Oct 28, 2024
1 parent d7e2eca commit c3f246f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Our gems (`aws-sdk-rails` + feature gems) were added to the Gemfile.

Gem `byebug` is added to help with development.

## AWS Rails Logger

### Setup

The Railtie is already configured to setup the Rails logger as the global `Aws.config[:logger]`.

### Testing

Run `bundle exec rails console` to start the console.

Inspect the output of `Aws.config[:logger]` and ensure it is an `ActiveSupport` logger.

## Encrypted Credentials

### Setup
Expand Down

0 comments on commit c3f246f

Please sign in to comment.