From 2f6c3b07f18834bdfb95d6e781d4b2d5b4a8b63b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 23 Dec 2017 09:31:38 +0800 Subject: [PATCH] Updated Tips (markdown) --- Tips.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Tips.md b/Tips.md index 3644df8..91ca697 100644 --- a/Tips.md +++ b/Tips.md @@ -27,4 +27,10 @@ Trace logging shows the client requests and server responses: ``` java -DLOG_LEVEL=trace -jar s3proxy.jar +``` + +Emit storage backend requests and responses: + +``` +java -DLOG_LEVEL=trace -Djclouds.wire=debug -jar s3proxy.jar ``` \ No newline at end of file