Skip to content

Commit

Permalink
Merge pull request #204 from Mashape/feat/db-msg
Browse files Browse the repository at this point in the history
[feature] add notice log for DB connection. #168
  • Loading branch information
thibaultcha committed May 7, 2015
2 parents 9a8f491 + 6d086fd commit 4f14025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kong/cli/utils/signal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ function _M.prepare_kong(args_config)
kong_config.database,
tostring(dao_config)))

prepare_nginx_working_dir(args_config)
cutils.logger:info("Connecting to the database...")
prepare_database(args_config)
prepare_nginx_working_dir(args_config)
end

-- Send a signal to `nginx`. No signal will start the process
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/proxy/realip_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uuid.seed()
local STUB_GET_URL = spec_helper.STUB_GET_URL
local TEST_CONF = "kong_TEST.yml"

describe("Real IP #proxy", function()
describe("Real IP", function()

setup(function()
spec_helper.prepare_db()
Expand Down

0 comments on commit 4f14025

Please sign in to comment.