Skip to content
  • Fabien Viale's avatar
    Remove empty lines from job logs full · 92d10c44
    Fabien Viale authored
    Empty lines was created by log4j messages already containing end of lines characters.
    This fix makes sure that each log message terminates with a single end-of-line (in Log4JTaskLogs, thanks to StringUtils.stripEnd).
    It also makes sure that no blank lines are added between individual task logs (changes in SchedulerStateRest).
    92d10c44