A debug logger package for other Google libraries
An Insomnia plugin for logging request and response details using Resurface. More info at: https://resurface.io
Logger implementation
Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods
Graylog's Design System and Component Library
A graylog GELF UDP transport for Winston
Cloud Logging Client Library for Node.js
A logger for just about everything.
Realtime application framework client
Graylog2 client library for node.js
Graylog client library for node.js. Works via UDP protocol with GELF format (supports compression & chunking).
A shared prettier config for Graylog projects.
A shared oxfmt config for Graylog projects.
Synchronous validation of a path existing either as a file or as a directory.
Client library to connect to the LangSmith Observability and Evaluation Platform.
GELF (Graylog Extended Log Format) Integrations for Node.js Logging Libraries
Cloud Logging transport for Winston
A shared logging utility class for lighthouse and friends.
Generic logger interface
Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Realm offers extremely minimal logging facilities, and so we have our own cloud logging system (Graylog 2) to allow us to keep more extensive, powerful logs. Ask Andrew how to access Graylog if you need to look at these logs.
Cloud Logging Client Library for Node.js
Module to create a basic Pino LoggerConfig to support Google Cloud structured logging
A plugin for logging gem to forward to graylog
Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP and TCP.
Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP, TCP and HTTP(S)
Standalone implementation of the Graylog Extended Log Format
Standalone implementation of the Graylog Extended Log Format
Converts fluentd log events into GELF format and sends them to Graylog
Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP and TCP.
Send logging information in JSON format via TCP to an instance of Graylog
Failure handlers for rack and resque that log failures using log4r. It is expected that these logs will get sent elsewhere (e.g. graylog) by using log4r outputters (e.g. log4r-gelf)
= DESCRIPTION: Provides a Chef handler which can report run status, including any changes that were made, to a rabbit server. In the case of failed runs a backtrace will be included in the details reported. Based on the Graylog Gelf handler by Jon Wood (<jon@blankpad.net>) https://github.com/jellybob/chef-gelf = REQUIREMENTS: * A Rabbit server running somewhere. = USAGE: This example makes of the chef_handler cookbook, place some thing like this in cookbooks/chef_handler/recipes/rabbit.rb and add it to your run list. include_recipe "chef_handler::default" gem_package "chef-rabbit" do action :nothing end.run_action(:install) # Make sure the newly installed Gem is loaded. Gem.clear_paths require 'chef/rabbit' chef_handler "Chef::RABBIT::Handler" do source "chef/rabbit" arguments({ :connection => { :host => "your_rabbit_server", :user => "rabbit_user", :pass => "rabbit_pass", :vhost => "/stuff" } :queue => { :name => "some_queue", :params => { :durable => true, ... } }, :exchange => { :name => "some_exchange", :params => { :durable => true, ... } }, :timestamp_tag => "@timestamp" }) supports :exception => true, :report => true end.run_action(:enable) Arguments take the form of an options hash, with the following options: * :connection - http://rubybunny.info/articles/connecting.html * :queue - rabbit queue info to use. name is set to "chef-client" + durable = true by default * :exchange - rabbit exchange to use .default_exchange + durable = true by default * :timestamp_tag - tag for timestamp "timestamp" by default * :blacklist ({}) - A hash of cookbooks, resources and actions to ignore in the change list. = BLACKLISTING: Some resources report themselves as having updated on every run even if nothing changed, or are just things you don't care about. To reduce the amount of noise in your logs these can be ignored by providing a blacklist. In this example we don't want to be told about the GELF handler being activated: chef_handler "Chef::RABBIT::Handler" do source "chef/rabbit" arguments({ :blacklist => { "chef_handler" => { "chef_handler" => [ "nothing", "enable" ] } } }) supports :exception => true, :report => true end.run_action(:enable) = LICENSE and AUTHOR: Copyright 2014 by MTN Satellite Communications Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.