James.Mailet is the name in the configuration file.  Are you looking for the
tags or the file?

In environment.xml there is an entry:

      <category name="James.Mailet" log-level="INFO">
        <log-target id-ref="James-Mailet-target"/>
      </category>

which refers to another entry:

      <file id="James-Mailet-target">
        <filename>${app.home}/logs/mailet.log</filename>
        <format>%{time:dd/MM/yy hh:mm:ss} %5.5{priority} %{category}:
%{message}\n%{throwable}</format>
        <append>true</append>
      </file>

which controls the actual log file.  That file, mailet.log, is where the
mailet log messages are written.  Inside that file are messages like:

12/12/02 16:22:56 INFO  James.Mailet: RemoteDelivery: Mail
(Mail1039728174062-17945-to-shaw.ca) sent successfully to idcmail.shaw.ca.

12/12/02 17:37:11 INFO  James.Mailet: ToRepository: Storing mail
Mail1039732630129-18165 in file://var/mail/spam/

So you see that the mailet's name is part of the log.

        --- Noel

-----Original Message-----
From: Scherer Pierre [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 5:19
To: James Users List
Subject: RE: Log

> Sorry peter but i don't arrive to locate the Mailet log!!

<install>/apps/james/logs/mailet.log

No, sorry, mailet.log does not exist in the repository logs.
I have just James.Mailet but i don't find the log that i search!
Why the log does not have the name of the mailet ToRepository????

Have a nice day

Pierre


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to