Log4J Developers: I'm using Log4J v1.2.7 and JDK 1.4.1_01 on Solaris 8 and am having formatting issues with the syslog appender. Specifically, when I include "\n" inside of the string to be logged, it does not get translated to a new line, but instead is written as "\n" in the syslog facility. "\t" however, does get translated. But when logging an exception, each line does get logged (i.e. the newlines are translated properly). Any ideas? Thanks, Marlon A. Cicero