The log in dubbo3 is divided into log adaptation and access log. If you want to record each request information, you can enable the access log, which is similar to the apache access log.
Based on audit needs, etc. similar to nginx accesslog output, etc.
Output access logs to the current application’s log4j log
<dubbo:protocol accesslog="true" />
Output the access log to the specified file
<dubbo:protocol accesslog="http://10.20.160.198/wiki/display/dubbo/foo/bar.log" />
The log volume is relatively large, please pay attention to the disk capacity.