You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/reforge/reforge.rb
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,13 @@ def self.instance
49
49
end
50
50
51
51
defself.log_filter
52
-
unlessdefined?(SemanticLogger)
53
-
# SemanticLogger is optional - return a pass-through filter
54
-
# Only log debug message if explicitly enabled
55
-
LOG.debug'log_filter called but SemanticLogger is not available. Install the semantic_logger gem to use this feature.'ifENV['REFORGE_LOG_CLIENT_BOOTSTRAP_LOG_LEVEL'] == 'debug'
56
-
returnProc.new{ |log| true}# Pass through all logs
0 commit comments