Why are my Log4j log file timestamps out of order

Asked By 0 points N/A Posted on -
qa-featured

 

I have worked with several applications in Java. Log 4j is one of that. Why are my Log4j log file timestamps out of order, and how can I fix it?

SHARE
Answered By 0 points N/A #171612

Why are my Log4j log file timestamps out of order

qa-featured

Dear Jamior Miston,

Running the two processes together at the same time is not acceptable to log4j.

Try to use a separate server names for each of the log files, for example:

Name-server1.log and Name-server2.log

This will be very helpful when running the two processes together.

Hope that was helpful to you

With my best regards,

Don Muench

Related Questions