You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/01/08 14:59:58 UTC

svn commit: r1556534 - /jclouds/site-content/documentation/reference/jclouds-logging/index.html

Author: andrewp
Date: Wed Jan  8 13:59:58 2014
New Revision: 1556534

URL: http://svn.apache.org/r1556534
Log:
deploy jclouds site content

Modified:
    jclouds/site-content/documentation/reference/jclouds-logging/index.html

Modified: jclouds/site-content/documentation/reference/jclouds-logging/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/documentation/reference/jclouds-logging/index.html?rev=1556534&r1=1556533&r2=1556534&view=diff
==============================================================================
--- jclouds/site-content/documentation/reference/jclouds-logging/index.html (original)
+++ jclouds/site-content/documentation/reference/jclouds-logging/index.html Wed Jan  8 13:59:58 2014
@@ -76,7 +76,7 @@
 
 <p>The wire log is used to log all data transmitted to and from servers when executing HTTP requests. This log should only be enabled to debug problems, as it will produce an extremely large amount of log data, some of it in binary format.</p>
 
-<p>Because the content of HTTP requests is usually less important for debugging than the HTTP headers, these two types of data have been separated into different wire logs.</p>
+<p>Because the content of HTTP requests is usually less important for debugging than the HTTP headers, these two types of data have been separated into different logs, called <code>jclouds.wire</code> and <code>jclouds.headers</code> respectively. Set these to <code>DEBUG</code> or a more verbose level for troubleshooting.</p>
 
 <h2>Usage</h2>