From 5354b4b28c0826f7ab47c7f79d7bceb7e0d07957 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 1 Jan 2016 18:42:22 +0100 Subject: Enable logging. Hopefully this will add some clues as to why registration fails in a log somewhere. --- registration.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'registration.rb') diff --git a/registration.rb b/registration.rb index 69c074a..e627a33 100644 --- a/registration.rb +++ b/registration.rb @@ -9,6 +9,8 @@ class RegistrationApp < Sinatra::Base helpers Sinatra::UrlForHelper include ERB::Util + set :logging, true + config_file File.join(settings.root, 'config.yml') get '/' do -- cgit v1.2.3