diff --git a/documentation/reference/jclouds-logging.markdown b/documentation/reference/jclouds-logging.markdown index d8f77367..13ab0de2 100644 --- a/documentation/reference/jclouds-logging.markdown +++ b/documentation/reference/jclouds-logging.markdown @@ -27,7 +27,7 @@ Wire Logging is intentionally nearly identical to the Apache HTTP Components pro 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. -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. +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 `jclouds.wire` and `jclouds.headers` respectively. Set these to `DEBUG` or a more verbose level for troubleshooting. ## Usage