Add logger - Fixes #1698

This commit is contained in:
Brendan Coles
2019-03-03 20:20:37 +00:00
parent 39aa3fdeea
commit 13c539effe
14 changed files with 169 additions and 86 deletions

View File

@@ -81,7 +81,7 @@ module AdminUI
end
rescue => e
print_error "Error handling HTTP request: #{e.message}"
puts e.backtrace
print_error e.backtrace
end
# Constructs a html script tag (from media/javascript directory)