Howdy all!

Can anyone tell me what this option does please:
        log4j.rootLogger=DEBUG, A1

I am constructing a Jini application - I will have a client and service that
will (in the completed application) reside on different machines. For now,
however, they will both run on the same machine, but from within different
JVM's (communicating via RMI).

How can I make them create different log files?

Should I create different log4j.properties files?

These are the primary configurations I have set in my properties file:

# I don't know what this one means
log4j.rootLogger=DEBUG, A1

# Sets the primary handler to be one that writes to a file
log4j.appender.A1=org.apache.log4j.FileAppender

# Sets the primary handler to be one that writes html output
log4j.appender.A1.layout=org.apache.log4j.HTMLLayout

Rob

:)
:-}
;->


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

Reply via email to