We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb60640 commit 717db60Copy full SHA for 717db60
lib/hooks/core/config_loader.rb
@@ -65,9 +65,7 @@ def self.load(config_path: nil)
65
66
# Log overrides if any were made
67
if overrides.any?
68
- # Use puts for now since logger might not be initialized yet
69
- # This will be replaced with proper logging once the logger is available
70
- puts "INFO: Configuration overrides applied from: #{overrides.join(', ')}"
+ logger.info("Configuration overrides applied from: #{overrides.join(', ')}")
71
end
72
73
return config
0 commit comments