Skip to content

Commit

Permalink
Better log formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 12, 2024
1 parent 9acfaf4 commit e7814e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/falcon/service/virtual.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def setup(container)
evaluator = @environment.evaluator
falcon_path = evaluator.falcon_path

Console.info(self, "Loading configurations from:", evaluator.resolved_configuration_paths)
Console.info(self, "Loading configurations:", paths: evaluator.resolved_configuration_paths)

evaluator.resolved_configuration_paths.each do |path|
path = File.expand_path(path)
Expand Down

0 comments on commit e7814e1

Please sign in to comment.