You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: