Skip to content

Commit

Permalink
chore: add database adapter to connection debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 15, 2018
1 parent 94f8f13 commit 5ac0097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def self.connect db_credentials

def self.connection_for_env env
config = configuration_for_env(env)
logger.info "Connecting to #{env} database #{config['database']}."
logger.info "Connecting to #{env} #{config['adapter']} database #{config['database']}."
connect config
end

Expand Down

0 comments on commit 5ac0097

Please sign in to comment.