1.

How Will You Set The Append To False, Overwrite Using Log4j.properties?

Answer»

FOLLOWING code SETS the append to FALSE, overwrite −

# Set the append to false, overwrite
log4j.appender.FILE.Append=false

Following code sets the append to false, overwrite −

# Set the append to false, overwrite
log4j.appender.FILE.Append=false



Discussion

No Comment Found