GithubHelp home page GithubHelp logo

rixafy / monologdiscordtracyhandler Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 6 KB

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

License: MIT License

PHP 100.00%
nette tracy nette-framework monolog monolog-handler discord

monologdiscordtracyhandler's Introduction

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')

monologdiscordtracyhandler's People

Contributors

rixafy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.