I don’t think that is correct Remko. His configuration looked correct. But since he was getting a failure while the RollingFileAppender was initializing I think everything else failed. The Failover appender had not finished its initialization because it essentially had no appenders to monitor (RollingFile returns null since it couldn’t create the Appender).
Ralph > On Jul 10, 2017, at 3:58 PM, Remko Popma <remko.po...@gmail.com> wrote: > > Your root logger is referencing the Failover appender directly. It should > reference the RollingFile appender instead. > > Remko > > (Shameless plug) Every java main() method deserves http://picocli.info > >> On Jul 11, 2017, at 4:20, Vina Martin <vina.mar...@connexta.com> wrote: >> >> RollingFile > > --------------------------------------------------------------------- > To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-user-h...@logging.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org