Skip to content
  • Jens Korinth's avatar
    Fix truncated log output in verbose mode · f12a9074
    Jens Korinth authored
    * when an activity exits quickly with an error, verbose mode would often
      omit the most important last few lines of the log
    * reason: flushing the data to disk takes longer than for the Tapasco
      threads to die, thus LogTrackingFileWatcher exits before lines appear
    * workaround: when both waitingFor and files are empty, MultiFileWatcher
      now waits one more iteration before exiting, which seems to suffice
    f12a9074