Skip to content

Commit

Permalink
Comment the example
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Sep 24, 2019
1 parent 0014edd commit 17d2a8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/general/dubbo/go-server/profiles/dev/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ registries :
username: ""
password: ""

# special your filter. for example, you wish to use the access log filter
filter: "accesslog"
# config your filter. for example, you wish to use the access log filter
#filter: "accesslog"

services:
"UserProvider":
Expand All @@ -39,8 +39,8 @@ services:
warmup: "100"
cluster: "failover"

# config the path to access log file. The value can be "true" or "default" which means that the access log will be log in general log file (which config in log.yml)
accesslog: "/path/to/your/accesslog/file"
# config the path to access log file. The value can be "true" or "default" which means that the access log will be log in general log file (which config in log.yml)
# accesslog: "/path/to/your/accesslog/file"

methods:
- name: "GetUser"
Expand Down

0 comments on commit 17d2a8c

Please sign in to comment.