Skip to content

Commit

Permalink
@ teracyhq#277 | add logger debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Aug 16, 2018
1 parent bfb2b40 commit 25a7161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/teracy-dev/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def build_settings
settings = process(settings)
# updating nodes here so that processors have change to adjust nodes by adjusting default
# create nodes by overrides each node with the default
@logger.debug("settings: #{settings}")
settings["nodes"].each_with_index do |node, index|
settings["nodes"][index] = Util.override(settings['default'], node)
end
Expand Down

0 comments on commit 25a7161

Please sign in to comment.