Skip to content

Commit

Permalink
Add remark
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Sep 25, 2019
1 parent 6d82f6b commit 8600f70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions filter/impl/access_log_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ func init() {
* you should config "accesslog" in service's config to tell the filter where store the access log.
* for example:
* "UserProvider":
registry: "hangzhouzk"
protocol : "dubbo"
interface : "com.ikurento.user.UserProvider"
... # other configuration
accesslog: "/your/path/to/store/the/log/", # it should be the path of file.
* registry: "hangzhouzk"
* protocol : "dubbo"
* interface : "com.ikurento.user.UserProvider"
* ... # other configuration
* accesslog: "/your/path/to/store/the/log/", # it should be the path of file.
*
* the value of "accesslog" can be "true" or "default" too.
* If the value is one of them, the access log will be record in log file which defined in log.yml
*/
*/
type AccessLogFilter struct {
logChan chan AccessLogData
}
Expand Down

0 comments on commit 8600f70

Please sign in to comment.