EasyCorp/easy-log-handler

need information how to handle

xorgxx opened this issue · 1 comments

hi i'm use on project SF 3 and now SF4.3.

i dont know how i can use with my old code :

     grouped_critical:
            type:           group
            members:        [streamed_critical, buffered_critical]

        streamed_critical:
            type:           rotating_file
            max_files:      15
            path:           "%kernel.logs_dir%/%"

        buffered:
            type:     buffer
            handler:  easylog
            channels: ["!event"]
            level:    debug

        easylog:
            type: service
            id:   easycorp.easylog.handler

        buffered_critical:
            type:           buffer
            handler:        swift_critical
            formatter:      monolog.formatter.html

        swift_critical:
            type:           swift_mailer
            from_email:     "%email%"
            to_email:       "webmaster@%web_address%"
            subject:        Une erreur critique est survenue !
            level:          info
            formatter:      monolog.formatter.html
            content_type:   text/html

thank for helping

I'm closing this issue because this package is now abandoned. Thanks!