Although you generally won’t find much help here since Log4j 1 was retired 
years ago, I find myself wondering why you have 2 root logger declarations. 
That is bound to cause problems.

Ralph

> On May 14, 2019, at 4:30 AM, Luis tuti <mierdat...@gmail.com> wrote:
> 
> Hi,
> 
> I'm trying to redirect java errors to file. I've modified log4j propierties
> file but I can't see errors in file My log4j.propierties is:
> 
> log4j.appender.FILE.File=${user.home}/log2.out
> log4j.rootLogger = DEBUG, FILE
> log4j.rootLogger = ERROR, FILE
> 
> # Define the file appender
> log4j.appender.FILE=org.apache.log4j.FileAppender
> # Define the layout for file appender
> log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
> log4j.appender.FILE.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L    -
> %m%n
> 
> Could you help me? Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to