logging icon indicating copy to clipboard operation
logging copied to clipboard

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.

Results 27 logging issues
Sort by recently updated
recently updated
newest added

The test_files directive is no longer used by RubyGems.org.

Unfortunately #162 broke diagnostic contexts for applications using Fibers. If you _don't_ use fibers, `Thread.current#[]` resolves to "the current thread’s root fiber if not explicitly inside a Fiber" (from the...

The `r` character in the pattern strings outputs the number of milliseconds elapsed between the creation of the Layout and the time of the log entry. This is okay but...

👋 Hello there! I work at @Datadog on our open-source Ruby APM library, [`ddtrace`](https://github.com/DataDog/dd-trace-rb). One of our users has ran into an issue where `logging`'s `Thread` inherit context behavior was...

Without the license being set, rubygems does not display the correct license information.

Sup, I was having some troubles with file reopening until I realized I was not calling flush or close. It works fine, well here is a unit test I wrote...

Hi Sorry to be a pain. Confused about how to configure the Rolling Log file appender specifically around aged retention. The examples pretty much all use 'daily'; and the comments...

Hello. Syslog implementation `rsyslog` has a module named mmjsonparse which is able to parse JSON data prefixed with special cookie. It can be set to arbitrary value, but de-facto standard...