You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/05 14:38:47 UTC

[whimsy.git] [1/1] Commit 6223d93: move debug call

Commit 6223d93795396850221135660ac687aa249efe3b:
    move debug call


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
lib/whimsy/asf/ldap.rb                                       |  -
www/roster/public_json_common.rb                             | +++ 
------------------------------------------------------------
4 changes: 3 additions, 1 deletions.
------------------------------------------------------------


diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 17fcd27..3cd3f03 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -36,7 +36,6 @@
 
 module ASF
   module LDAP
-    Wunderbar.log_level = 'info' # Temporary for testing
      # https://www.pingmybox.com/dashboard?location=304
      # https://github.com/apache/infrastructure-puppet/blob/deployment/data/common.yaml (ldapserver::slapd_peers)
     HOSTS = %w(
diff --git a/www/roster/public_json_common.rb b/www/roster/public_json_common.rb
index c5eb4b8..97c5fd3 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -14,6 +14,9 @@
 
 require 'open3'
 
+require 'wunderbar'
+Wunderbar.log_level = 'info' # Temporary for testing
+
 GITINFO = ASF.library_gitinfo rescue '?'
 
 def public_json_output(info)