<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??

Reply via email to