Log to configure Log4j for multi-module EAR project

2021-01-07 Thread Arnold Morein
I’ve looked high and low and there is nothing but vague references and comments, most of them stale. I have an EAR with two EJB modules and a WAR module. The log4j and slf4j jars are in the EAR’s /lib folder. Each module has a log4j2.xml/.dtd pair in the META-INF folder, except the WAR where it

Re: Log to configure Log4j for multi-module EAR project

2021-01-07 Thread Ralph Goers
You really have a directory at the root of your file system named “logs”? That is a bit unusual. I would suggest setting status=debug on the configuration element so you can see what the rolling file appender is resolving the file name to. Ralph > On Jan 7, 2021, at 4:17 PM, Arnold Morein >