You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/22 12:28:23 UTC

[incubator-servicecomb-java-chassis] 06/09: [JAV-589] modify README.

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 56b70b1bd87cd8087b2914fb6afa600663069001
Author: yaohaishi <ya...@huawei.com>
AuthorDate: Tue Dec 19 12:57:12 2017 +0800

    [JAV-589] modify README.
---
 .../main/java/io/servicecomb/transport/rest/vertx/accesslog/README.md   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transports/transport-rest/transport-rest-vertx/src/main/java/io/servicecomb/transport/rest/vertx/accesslog/README.md b/transports/transport-rest/transport-rest-vertx/src/main/java/io/servicecomb/transport/rest/vertx/accesslog/README.md
index 2b24062..d62c61b 100644
--- a/transports/transport-rest/transport-rest-vertx/src/main/java/io/servicecomb/transport/rest/vertx/accesslog/README.md
+++ b/transports/transport-rest/transport-rest-vertx/src/main/java/io/servicecomb/transport/rest/vertx/accesslog/README.md
@@ -7,7 +7,7 @@ To enable access log printing, you can config access log in microservice.yaml li
 servicecomb:
   accesslog:
     enabled: true
-    pattern: "%h - - %t %r !! %q cs-uri %% %s %B"
+    pattern: "%h - - %t %r %s %B"
 ```
 
 ***Access Log Configurations in microservice.yaml***

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.