I'm going to change the way TCLogging.writeSystemProperties works so that
it:

1) uses the platform-specific line separator.  Windows users are getting
all the system properties on a single-line with binary "boxes" in lieu of
the newline.
2) simply writes out a descriptive header without the starting/ending
"banner line": =========================================
3) Uses StringUtils.padRight instead of doing the key:value alignment
manually

-Gary
_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to