Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
elassadi opened this issue Oct 4, 2017 · 0 comments
Open

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

elassadi opened this issue Oct 4, 2017 · 0 comments

Comments

@elassadi
Copy link

elassadi commented Oct 4, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant