Updated Tips (markdown)

master
Andrew Gaul 2017-12-23 09:31:38 +08:00
rodzic b3e40afbbe
commit 2f6c3b07f1
1 zmienionych plików z 6 dodań i 0 usunięć

@ -28,3 +28,9 @@ 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
```