fix logging logic

This commit is contained in:
Sam Dodrill 2015-01-09 17:12:25 -08:00
parent 78bdf6eb02
commit c31ed4e863
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ config "docker", ->
postgres ->
backend "pgmoon"
ngx.log ngx.NOTICE, "Using DATABASE_URL #{os.getenv "DATABASE_URL"}"
print "Using DATABASE_URL #{os.getenv "DATABASE_URL"}"
postgresql_url os.getenv "DATABASE_URL"