A few hours ago I posted a response to a similiar question. Try setting the additivity attribute of the loggers to false:
<logger name="TitAlu.Main" additivity="false"> <logger name="wf_ci.Base.WfBase" additivity="false"> Here is the link from the log4net website: http://tinyurl.com/5dpz2 http://logging.apache.org/log4net/release/manual/configuration.html#HC-6865516 - Ron --- Esteban Kemp <[EMAIL PROTECTED]> wrote: > <logger name="TitAlu.Main"> > <level value="DEBUG"/> > <appender-ref ref="Email" /> > </logger> > > <logger name="wf_ci.Base.WfBase"> > <level value="INFO" /> > <appender-ref ref="LogFile"/> > </logger> > > I have this In may config file.. > > And I getting in my email all INFO log from wf_ci.Base.WfBase.. > > In my TitAlu.Main I call to wf_ci.Base.WfBase, but why I get the INFO > log in my emal, It supouse to be in a file...(I gettint in both file > and email) > > > > Why??
