1 Star 0 Fork 0

小丑路人·社区/小丑路人社区(Hyperf-server)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.php 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
小丑路人 提交于 2022-06-16 21:08 . 异常请求时,发送邮件通知
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
use Hyperf\Contract\StdoutLoggerInterface;
use Psr\Log\LogLevel;
return [
'app_name' => env('APP_NAME', 'skeleton'),
'app_env' => env('APP_ENV', 'dev'),
'app_url' => env('APP_URL', 'localhost'),
'api_url' => env('API_URL', 'localhost'),
'scan_cacheable' => env('SCAN_CACHEABLE', false),
StdoutLoggerInterface::class => [
'log_level' => [
LogLevel::ALERT,
LogLevel::CRITICAL,
LogLevel::DEBUG,
LogLevel::EMERGENCY,
LogLevel::ERROR,
LogLevel::INFO,
LogLevel::NOTICE,
LogLevel::WARNING,
],
],
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/clown-passerby-community/hyperf-community.git
git@gitee.com:clown-passerby-community/hyperf-community.git
clown-passerby-community
hyperf-community
小丑路人社区(Hyperf-server)
develop

搜索帮助