From 3b7a369e336f8cec022718a12a116782bf5adb8f Mon Sep 17 00:00:00 2001 From: mguessan Date: Tue, 18 Aug 2009 10:14:27 +0000 Subject: [PATCH] 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 --- src/site/xdoc/faq.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index d987abb7..e7c24be2 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -13,6 +13,24 @@

Frequently asked questions on DavMail forums, mailing list or direct email.

+ +

+ How do I create a WIRE debug log ? +

+

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. +

+

You can then reproduce you issue and send the log file to + mguessan@free.fr +

+

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 + Log File Path + setting. +

+

Authentication fails with invalid user or password message @@ -47,8 +65,9 @@ under Tools/Options/Advanced:

-calendar.debug.log=true -calendar.debug.log.verbose=true + calendar.debug.log=true + calendar.debug.log.verbose=true +

Invalid notifications @@ -81,7 +100,7 @@ calendar.debug.log.verbose=true -

  • Download and unzip ant from ant.apache.org, +
  • Download and unzip ant fromant.apache.org, add ant/bin full path to the PATH environment variable
  • Get DavMail source package from sourceforge and uncompress it: