Hi, I'm having problems with logging from a Mailet.  I'm trying to use
GenericMailet.Log().  I see stuff in the
${app.home}/logs/mailet-yyyy-MM-dd-HH-mm.log file but not my log code.  In
my mailet's service() method I have something like log("Here I am!") as the
first statement which I never see.  I know the code is getting hit because
the mailet is doing its job.  I modified my environment.xml for "DEBUG"
level output:

 

      <category name="James.Mailet" log-level="DEBUG">

        <log-target id-ref="James-Mailet-target"/>

      </category>

 

Still not seeing anything.  Any idea what I am missing?  Thanks.  -- Bud

Reply via email to