Hi Baptiste, Definitely +1! That is I wish to see the default logging format changed to a one-liner.
This is more or less what in our Ansible based provisioning of Jenkins setup is already done: # See http://stackoverflow.com/questions/194765/how-do-i-get-java-logging-output-to-appear-on-a-single-line - name: setup | Configure log output format lineinfile: dest=/etc/default/jenkins insertafter='^JAVA_ARGS=.*' regexp='^JAVA_ARGS.*java.util.logging.*' line="JAVA_ARGS=\"$JAVA_ARGS -Djava.util.logging.SimpleFormatter.format='%1\$tY-%1\$tm-%1\$td %1\$tH:%1\$tM:%1\$tS %4\$4s [%2\$s] %5\$s%6\$s%n'\"" Regards, Reinhold -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/VI1P190MB0255607BD409E578C2CCB3D1F7BC0%40VI1P190MB0255.EURP190.PROD.OUTLOOK.COM. For more options, visit https://groups.google.com/d/optout.
