rixafy/monolog-discord-tracy-handler
Composer 安装命令:
composer require rixafy/monolog-discord-tracy-handler
包简介
Monolog discord handler for Nette Framework with log file attachments
README 文档
README
📝 Extended library lefuturiste/monolog-discord-handler with support of sending generated log files from Tracy (Nette Framework logging library) as an attachments to Discord channel
Requirements
- PHP >= 7.4
- Monolog >= 1.3
- Tracy >= 2.4
Installation
composer require rixafy/monolog-discord-tracy-handler
Usage
Check out usage from original library and replace DiscordHandler\DiscordHandler with Rixafy\DiscordTracy\DiscordTracyHandler
How it works
If handler detects exception, error or info log, it will search log directory for newest *.html file, and if the file is not older than 5 seconds, handler will make a webhook request with attached file via curl library (it may change in the future to default guzzle http lib used in monolog)
Time check is because it's currently hard to tell if the last created html dump is correct one since tracy generates info/error/exception log only first time, and also if there was one error spamming every second, discord would be spammed with html files and probably would apply some api limits.
Example configuration using contributte/monolog
extensions: monolog: Contributte\Monolog\DI\MonologExtension monolog: channel: default: handlers: - Rixafy\DiscordTracy\DiscordTracyHandler('webhook_url', 'Name', 'SubName', 'DEBUG')
统计信息
- 总下载量: 3.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-14