You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (via GitHub)" <gi...@apache.org> on 2023/06/19 06:32:33 UTC

[GitHub] [dubbo] chickenlj commented on issue #12546: 关于accesslog的相关配置

chickenlj commented on issue #12546:
URL: https://github.com/apache/dubbo/issues/12546#issuecomment-1596589780

   accesslog 配置在过往有安全漏洞问题,进行了限制,必须要用 3.2.x 版本才能动态修改位置。并且在使用之前要通过 `accesslog.fixed.path=false` 主动打开允许更改文件位置才行,这个配置可以通过 application 的扩展参数等进行设置,比如:
   
   ```yaml
   dubbo
     application
       parameters.accesslog.fixed.path: false
   ```
   
   xml 等其他配置形式类似。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org