Skip to content

Commit

Permalink
Merge pull request #13 from neilcampbell/reducedefaultloggingverbosity
Browse files Browse the repository at this point in the history
Set the default logging verbosity to WARN
  • Loading branch information
bethesque committed Oct 7, 2015
2 parents 049167b + 9d48b53 commit ff3eaec
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 @@ -32,6 +32,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 ff3eaec

Please sign in to comment.