Skip to content

Commit

Permalink
Set the default logging verbosity to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Oct 6, 2015
1 parent e7ac579 commit 9d48b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact_broker/config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ app = PactBroker::App.new do | config |
# config.auto_migrate_db = true
# config.use_hal_browser = true
config.logger = ::Logger.new($stdout)
config.logger.level = Logger::WARN
config.database_connection = Sequel.connect(DATABASE_CREDENTIALS.merge(logger: DatabaseLogger.new(config.logger), encoding: 'utf8'))
end

Expand Down

0 comments on commit 9d48b53

Please sign in to comment.