lib/right_develop/utility/shell.rb in right_develop-2.0.2 vs lib/right_develop/utility/shell.rb in right_develop-2.1.0

- old
+ new

@@ -73,12 +73,12 @@ # @return [Logger] the null logger def null_logger NullLoggerSingleton.instance end - # @return [Logger] default logger for STDOUT + # @return [Logger] RightSupport::Log::Mixin.default_logger def default_logger - @default_logger ||= ::Logger.new(STDOUT) + RightSupport::Log::Mixin.default_logger end # Overrides ::RightGit::Shell::Default#execute # # @param [String] cmd the shell command to run