Skip to content

Commit

Permalink
Merge pull request #278 from gringocl/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pitbulk committed Oct 31, 2015
2 parents 54a65d1 + 83afea6 commit eafafbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To override the default behavior and control the destination of log messages, pr
a ruby Logger object to the gem's logging singleton:

```ruby
OneLogin::RubySaml::Logging.logger = Logger.new(File.open('/var/log/ruby-saml.log', 'w')
OneLogin::RubySaml::Logging.logger = Logger.new(File.open('/var/log/ruby-saml.log', 'w'))
```

## The Initialization Phase
Expand Down

0 comments on commit eafafbe

Please sign in to comment.