why do you get multiple copies of the message in log file sometime?
Answer / Abhishek Kumar Bajpai
Multiple copies of a message in the log file can occur due to several reasons such as multiple instances of the application logging at the same time, incorrect configuration of Log4j settings, or due to recursive calls causing excessive logging. To resolve this issue, one should check the Log4j configuration, eliminate any unnecessary logging, and ensure proper handling of exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
why do you get multiple copies of the message in log file sometime?
how can you get multiple processes to log to the same file?
what are the format characters used in log4j?
Explain why to use Apache Log4j?
How log4j file is defined?
what is Log4j?
what are the two static methods for obtaining a logger object?
In log4j how can you log into the database?
what is the best way to migrate from java.util logging to log4j?
what is the command to write your logging information into a file?
what are the three principal components of Log4j?
Explain whether a log output format can be customized?