Componette

Componette

Rixafy

Rixafy / MonologDiscordTracyHandler v1.0.2

๐Ÿ“ Monolog discord handler for Nette Framework with tracy dump file attachments

download-cloud-line composer require rixafy/monolog-discord-tracy-handler

Monolog Discord handler with Tracy support

๐Ÿ“ 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')
  • v1.0.2 v1.0.2

    Files are now sent right after write notification, not in __descruct() because of the fatal errors.

  • v1.0.1 v1.0.1

    Improve dump file name resolving

  • v1.0.0 v1.0.0

    Initial release

bar-chart-fill

Statistics

download-cloud-fill
818
star-fill
3
bug-fill
0
flashlight-fill
2.6y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=7.4)
ext-curl (*)
tracy/tracy (^2.0.0)
Componette Componette felix@nette.org