1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Doc: detailed WIRE debug log file creation

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@677 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-08-18 10:14:27 +00:00
parent 2111252022
commit 3b7a369e33

View File

@ -13,6 +13,24 @@
<section name="Frequently asked questions"> <section name="Frequently asked questions">
<p>Frequently asked questions on DavMail forums, mailing list or direct email. <p>Frequently asked questions on DavMail forums, mailing list or direct email.
</p> </p>
<subsection name="Feedback">
<p>
<strong>How do I create a WIRE debug log ?</strong>
</p>
<p>In DavMail trackers and forums, I often ask for a WIRE debug log. To create this
log file, you will need to change DavMail settings under the advanced tab.
Set the WIRE logging category to DEBUG level.
</p>
<p>You can then reproduce you issue and send the log file to
<a href="mailto:mguessan@free.fr">mguessan@free.fr</a>
</p>
<p>The davmail.log file is available in DavMail working directory on Unix and Windows,
~/Library/Logs/DavMail/davmail.log on OSX. This default path can be customized with
the
<code>Log File Path</code>
setting.
</p>
</subsection>
<subsection name="General"> <subsection name="General">
<p> <p>
<strong>Authentication fails with invalid user or password message</strong> <strong>Authentication fails with invalid user or password message</strong>
@ -47,8 +65,9 @@
under Tools/Options/Advanced: under Tools/Options/Advanced:
</p> </p>
<source> <source>
calendar.debug.log=true calendar.debug.log=true
calendar.debug.log.verbose=true</source> calendar.debug.log.verbose=true
</source>
<p> <p>
<strong>Invalid notifications</strong> <strong>Invalid notifications</strong>
@ -81,7 +100,7 @@ calendar.debug.log.verbose=true</source>
</li> </li>
</ul> </ul>
</li> </li>
<li>Download and unzip ant from <a href="http://ant.apache.org/">ant.apache.org</a>, <li>Download and unzip ant from<a href="http://ant.apache.org/">ant.apache.org</a>,
add ant/bin full path to the PATH environment variable add ant/bin full path to the PATH environment variable
</li> </li>
<li>Get DavMail source package from sourceforge and uncompress it: <li>Get DavMail source package from sourceforge and uncompress it: