diff --git a/lib/bolt/applicator.rb b/lib/bolt/applicator.rb index 3041bee24e..eaf4d0da0e 100644 --- a/lib/bolt/applicator.rb +++ b/lib/bolt/applicator.rb @@ -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