From f886371bb0bfc8863934cef46dc874b46cc4f495 Mon Sep 17 00:00:00 2001 From: nirmal070125 Date: Mon, 30 Dec 2013 22:43:33 +0530 Subject: [PATCH] specifying wire and header log appender names explicitly. --- documentation/reference/jclouds-logging.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/reference/jclouds-logging.markdown b/documentation/reference/jclouds-logging.markdown index e55e54b..f6082ac 100644 --- a/documentation/reference/jclouds-logging.markdown +++ b/documentation/reference/jclouds-logging.markdown @@ -28,6 +28,8 @@ The wire log is used to log all data transmitted to and from servers when execut 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. +NOTE: Wire log appender is `jclouds.wire` and headers log appender is `jclouds.headers`. + ## Usage You enable logging when you are building your Context.