Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

specifying wire and header log appender names explicitly. #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/reference/jclouds-logging.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down