7 lines
210 B
Ruby
7 lines
210 B
Ruby
|
Merb.logger.info("Loaded RAKE Environment...")
|
||
|
Merb::Config.use { |c|
|
||
|
c[:exception_details] = true
|
||
|
c[:reload_classes] = false
|
||
|
c[:log_auto_flush ] = true
|
||
|
c[:log_file] = Merb.log_path / 'merb_rake.log'
|
||
|
}
|