You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
344 B

1 year ago
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | Trace设置 开启调试模式后有效
  4. // +----------------------------------------------------------------------
  5. return [
  6. // 内置Html和Console两种方式 支持扩展
  7. 'type' => 'Html',
  8. // 读取的日志通道名
  9. 'channel' => '',
  10. ];