Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Setting Log-Level doesnt seem to have any impact  #62

@elassadi

Description

@elassadi

Hi

I am trying to initilize the gelf Logger with
`
logger = ::GELF::Logger.new("localhost", 12201, "WAN", { :facility => 'UDP', :app=> 'someapp', :level => 0 })

logger.info ("some information")

will not execute

only

logger.error("some errors " )

send the message

`

am I missing some thing ?
I already setup rails config level Globaly right before initializing the driver !
Unfortunatly the Level is still only Error ?

Thanks for any Help
cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions