Method: Pantry::Config#log_level
- Defined in:
- lib/pantry/config.rb
#log_level ⇒ Object
After what level are logs dropped and ignored? Can be any of: “fatal”, “error”, “warn”, “info”, “debug” Each level will include the logs of all levels above it. Defaults to “info”
28 29 30 |
# File 'lib/pantry/config.rb', line 28 def log_level @log_level end |