# File lib/swiftcore/Analogger.rb, line 117
      def cleanup_and_reopen
        @logs.each do |service,l|
          l.logfile.fsync if !l.logfile.closed? and l.logfile.fileno > 2
          l.logfile.reopen(l.logfile.path, -"ab+") if l.logfile.fileno > 2
        end
      end