lib/eucalypt/core/helpers/logging.rb in eucalypt-0.4.1 vs lib/eucalypt/core/helpers/logging.rb in eucalypt-0.4.2
- old
+ new
@@ -1,4 +1,5 @@
+require 'sinatra'
class ApplicationController < Sinatra::Base
LOGGER = if (settings.logging == !!settings.logging)
Lumberjack::Logger.new $stdout
else
Lumberjack::Logger.new $stdout, level: settings.logging
\ No newline at end of file