This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e29b71a Add some debug
2e29b71a is described below

commit 2e29b71a04920b1e127cc55d69eb79b100bdaa28
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 28 18:11:25 2023 +0100

    Add some debug
---
 www/roster/main.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index f089fe8d..23a669c0 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -429,6 +429,10 @@ end
 
 # for debugging purposes
 get '/env' do
+  Wunderbar.info "Info"
+  Wunderbar.warn "Warn"
+  Wunderbar.error "Error"
+  Wunderbar.fatal "Fatal"
   content_type 'text/plain'
 
   asset = {

Reply via email to