8000 GitHub - overfirmament/over-util
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

overfirmament/over-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

over-util

个人使用的工具包

安装本包后,请在 config/logging.php 文件中加入两项日志 channels:

    'http_out' => [
            'driver' => 'daily',
            'path' => storage_path('logs/http/out_info.log'),
            'level' => env('LOG_LEVEL', 'debug'),
            'days' => 14,
            'formatter' => Overfirmament\OverUtils\Logger\LogFormatter::class
        ],

    "http_in" => [
        'driver' => 'daily',
        'path' => storage_path('logs/http/in_info.log'),
        'level' => env('LOG_LEVEL', 'debug'),
        'days' => 14,
        'formatter' => Overfirmament\OverUtils\Logger\LogFormatter::class
    ],

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0