I have the following settings in config and environment -- yet I only get
INFO level messages at best in the mailet-###.log
Second question: When the mailet is in debug level, will it include SMTP
session data with remote hosts?
config.xml
<mailet match="All" class="RemoteDelivery">
<debug> true </debug>
.....
Environment.xml
<categories>
<category name="" log-level="DEBUG">
<log-target id-ref="default"/>
</category>
<category name="James.Mailet" log-level="DEBUG">
<log-target id-ref="James-Mailet-target"/>
</category>
<category name="James" log-level="DEBUG">
<log-target id-ref="James-target"/>
</category>
<!-- all the rest are the same -->
Thanks in advance for any assistance you can provide!!
Richard Ozenbaugh
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]