Skip to content

Commit 717db60

Browse files
GrantBirkiCopilot
andauthored
Update lib/hooks/core/config_loader.rb
Co-authored-by: Copilot <[email protected]>
1 parent bb60640 commit 717db60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/hooks/core/config_loader.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ def self.load(config_path: nil)
6565

6666
# Log overrides if any were made
6767
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(', ')}"
68+
logger.info("Configuration overrides applied from: #{overrides.join(', ')}")
7169
end
7270

7371
return config

0 commit comments

Comments
 (0)