log.php 895 B

1234567891011121314151617181920
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkAdmin
  4. // +----------------------------------------------------------------------
  5. // | 版权所有 2014~2017 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  6. // +----------------------------------------------------------------------
  7. // | 官方网站: http://think.ctolog.com
  8. // +----------------------------------------------------------------------
  9. // | 开源协议 ( https://mit-license.org )
  10. // +----------------------------------------------------------------------
  11. // | github开源项目:https://github.com/zoujingli/ThinkAdmin
  12. // +----------------------------------------------------------------------
  13. return [
  14. 'path' => '',
  15. 'type' => 'File',
  16. 'file_size' => 1024 * 1024 * 10,
  17. 'apart_level' => ['emergency', 'alert', 'critical', 'error', 'sql'],
  18. ];