Giter Club home page Giter Club logo

Comments (9)

Seldaek avatar Seldaek commented on July 27, 2024 1

Excluding this works for me - ^/

from monolog-bundle.

schmittjoh avatar schmittjoh commented on July 27, 2024

I do exclude certain 404's where I know the cause, but not generally all 404s.

Maybe a cookbook entry would be better to allow people to adjust it to their needs.

from monolog-bundle.

Seldaek avatar Seldaek commented on July 27, 2024

Well how do you typically do this? In general all I see in 404s are a bunch of hacking attempts from scanners trying to exploit phpmyadmin leaks and similar.. I don't know if it's possible to exclude all of those, but I usually just increase the level to CRITICAL just to get rid of the 404s, so I wouldn't mind this "dumb" exclusion mode, it would still be an improvement.

from monolog-bundle.

stof avatar stof commented on July 27, 2024

@Seldaek does the ActivationStrategy of the FingersCrossedHandler could fit your needs for this or do you expect another feature ? If it is enough, it is simply a documentation issue then.

from monolog-bundle.

Seldaek avatar Seldaek commented on July 27, 2024

@stof yes I'm talking about the ActivationStrategy, but no I don't think it's just documentation, providing one configured by default means people get those benefits by default and then can more easily tweak it since it'd just be changing the class of the service or pointing to another service. That's just my point of view anyway.

from monolog-bundle.

leek avatar leek commented on July 27, 2024

👍 for not filling the logs with 404's - or at least providing an easy way to stop it.

from monolog-bundle.

Seldaek avatar Seldaek commented on July 27, 2024

OK this is now possible as:

monolog:
    handlers:
        main:
            type:         fingers_crossed
            action_level: error
            handler:      nested
            excluded_404s:
                - ^/foo/

from monolog-bundle.

jmauerhan avatar jmauerhan commented on July 27, 2024

Is there a way to make it just exclude all 404s, not just for a specific url? I can't get this to work.

from monolog-bundle.

jmauerhan avatar jmauerhan commented on July 27, 2024

I tried that, and it didn't work, so must have been something else wrong. I thought that would do it so I just wanted to check. Thanks :)

from monolog-bundle.

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.