Take out server start logging for now, maybe put in a more useful one later"
This commit is contained in:
parent
d35badd7ea
commit
3cb0064835
1 changed files with 0 additions and 2 deletions
|
|
@ -27,5 +27,3 @@ APP_CONFIG[:pod_url].chop! if APP_CONFIG[:pod_url][-1, 1] == '/'
|
||||||
APP_CONFIG[:pod_url] = APP_CONFIG[:pod_url] + '/'
|
APP_CONFIG[:pod_url] = APP_CONFIG[:pod_url] + '/'
|
||||||
|
|
||||||
puts "WARNING: Please modify your app_config.yml to have a proper pod_url!" if APP_CONFIG[:terse_pod_url] == "example.org" && Rails.env != "test"
|
puts "WARNING: Please modify your app_config.yml to have a proper pod_url!" if APP_CONFIG[:terse_pod_url] == "example.org" && Rails.env != "test"
|
||||||
Rails.logger.fatal(
|
|
||||||
"event=app_config_loaded time='#{Time.now}'")
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue