Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提供日志? #6

Open
hedeqiang opened this issue Jun 18, 2022 · 2 comments
Open

提供日志? #6

hedeqiang opened this issue Jun 18, 2022 · 2 comments

Comments

@hedeqiang
Copy link
Owner

可以考虑加入日志?在请求前、以及请求后记录日志? 不知道有没有需求?

@hedeqiang
Copy link
Owner Author

增加一个可选项配置

 'logger' => [ 
      'enable' => false,
      'file' => './logs/pay.log',
      'level' => 'info',
      'type' => 'single', // optional, 可选 daily.
      'max_file' => 30, // optional, 当 type 为 daily 时有效,默认 30 天
],

类似这样?

@hedeqiang
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant