In the log4j properties file, to set the name of the log, I have
    log4j.appender.logfile.File=myrun.log

However, we would like to run the server multiple times 
(not once w/multiple threads)
and have each instance of the server use a different 
logfile name - for example, with the PID in the name,
or a date+time - something unique for each instance.

Is there a way in the properties file to indicate
such a parameter for the logfile name?

I would rather have one properties file for multiple 
instances that multiple properties files. (or code change)

thanks for any illumination you can provide on this issue :)
Rebecca

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to