Skip to content

Commit 061edb1

Browse files
authored
Merge pull request SAML-Toolkits#485 from furuhama/update_readme
Update README to fix Logger usage
2 parents 16f36c1 + 2f9cb0d commit 061edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To override the default behavior and control the destination of log messages, pr
174174
a ruby Logger object to the gem's logging singleton:
175175

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

180180
## The Initialization Phase

0 commit comments

Comments
 (0)