Hi, I'm testing a JBoss application, and JBoss is configured to use log4j. From my Unix command line, I'd like to be able to append a string of arbitrary text into my log file. My first approach was something like this:
% echo "This is text" >> server.log But when I did that, log4j stopped appending to the file. Is there some way to do this without causing a hiccup in log4j? Todd. ---- Todd Bradley - Polycom, Inc. Test Lead, Proximo Projects Visit me at my WebOffice for IM and app sharing: http://www.polycomweboffice.com/[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
