Created
April 20, 2011 04:14
-
-
Save ryansch/930329 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| undefined method `[]' for nil:NilClass | |
| The error occurred line 73 of /path/to/lib/ruby/gems/1.8/gems/mixlib-log-1.1.0/lib/mixlib/log.rb in method 'level' while executing: | |
| 71 def level(lv=nil) | |
| 72 if lv.nil? | |
| ** @@levels.find() {|l| logger.level==l[1]}[0] | |
| 74 else | |
| 75 self.level=(lv) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment