Git Product home page Git Product logo

Comments (5)

hedii avatar hedii commented on May 30, 2024

Hi, what you want is to use udp transport (check the readme)

from laravel-gelf-logger.

Webinx avatar Webinx commented on May 30, 2024

Yes, I am already using it. In fact, I am using the exact same configuration as in the readme.

from laravel-gelf-logger.

hedii avatar hedii commented on May 30, 2024

It is not possible that your app is getting stuck with udp transport. Please share your full logging config

from laravel-gelf-logger.

Webinx avatar Webinx commented on May 30, 2024
        'gelf' => [
            'driver' => 'custom',
            'via'    => \Hedii\LaravelGelfLogger\GelfLoggerFactory::class,
            'processors' => [
                \Hedii\LaravelGelfLogger\Processors\NullStringProcessor::class,
                \Hedii\LaravelGelfLogger\Processors\RenameIdFieldProcessor::class,
            ],
            'level' => 'debug',
            'transport' => 'udp',
            'system_name' => null,
            'host' => 'logger',
            'port' => '12201',
            'chunk_size' => 1420,
            'path' => null,
            'ssl' => false,
            'ssl_options' => [
                'verify_peer' => true,
                'ca_file' => null,
                'ciphers' => null,
                'allow_self_signed' => false,
            ],
            'max_length' => null,
            'context_prefix' => null,
            'extra_prefix' => null,
            'ignore_error' => true,
        ],

then I use

\Log::channel('gelf')->error('test123');

Everything else in logging.php is the default. Laravel 10, package version 8.1.0, PHP 8.2

from laravel-gelf-logger.

Webinx avatar Webinx commented on May 30, 2024

After some more tests I've found where the issue is

'host' => 'localhost' // works
'host' => '127.0.0.1' // works
'host' => '172.29.0.4' // works
'host' => 'mycustomhost' // stuck 8s

from laravel-gelf-logger.

Related Issues (20)

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.