Skip to content
Snippets Groups Projects
Commit ed140134 authored by elijah's avatar elijah
Browse files

fix logging error in puppet_command

parent 25204787
No related branches found
No related tags found
No related merge requests found
......@@ -64,11 +64,13 @@ def log(str, *args)
str = str.strip
$stdout.puts str
$stdout.flush
if $logger
$logger.info(str)
if args.include? :summary
$summary_logger.info(str)
end
end
end
def process_command_line_arguments
@commands = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment