Sha256: 96d31455dd42ee91a224e185454c02e08da29bf8d48c407be16e3d6c98c0e416
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
1.2.0, 2010-0x-yy: + compatibility with GELF specification 1.0: * requires modern graylog2-server and graylog2-web-interface; + Notifier#default_options, Notifier#default_options=; + severity (level) threshold; + automatically set 'file', 'line' and 'timestamp' fields; + wrappers for GELF::Notifier#notify with severity: + GELF::Notifier.debug + GELF::Notifier.info + GELF::Notifier.warn + GELF::Notifier.error + GELF::Notifier.fatal + GELF::Notifier.unknown + full compatibility with Ruby Logger and other loggers: + GELF::Logger#fatal { "Argument 'foo' not given." } + GELF::Logger#error "Argument #{ @foo } mismatch." + GELF::Logger#info('initialize') { "Initializing..." } + GELF::Logger#add(GELF::FATAL) { 'Fatal error!' } + GELF::Logger#close + GELF::Logger#level = GELF::INFO + allow to change severity mapping; + send messages to receivers in round-robin; * GELF::Notifier#host and #port are attr_readers now and deprecated (were attr_accessor); + allow to disable file and line collection (GELF::Notifier#collect_file_and_line = false); - deprecated Gelf class removed. 1.0.2, 2010-11-29: 1.0.1, 2010-11-29: - added more tests for chunking in attempt to locate not existing bug. 1.0.0, 2010-11-10: + initial stable version; * deprecated Gelf class is still there.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gelf-1.3.1 | CHANGELOG |
gelf-1.2.0.beta1 | CHANGELOG |