Skip to content

Commit

Permalink
Merge pull request #3222 from donoghuc/GH-3217
Browse files Browse the repository at this point in the history
(GH-3217) Only log compiled catalogs at trace level
  • Loading branch information
donoghuc authored Aug 11, 2023
2 parents a308978 + 230d8e7 commit 1a1166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bolt/applicator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def apply_ast(raw_ast, targets, options, plan_vars = {})
futures = targets.map do |target|
Concurrent::Future.execute(executor: @pool) do
Thread.current[:name] ||= Thread.current.name
@executor.with_node_logging("Compiling manifest block", [target]) do
@executor.with_node_logging("Compiling manifest block", [target], :trace) do
compile(target, scope)
end
end
Expand Down

0 comments on commit 1a1166e

Please sign in to comment.