Skip to content

issues Search Results · repo:steveklabnik/mono_logger language:Ruby

Filter by

7 results
 (86 ms)

7 results

insteveklabnik/mono_logger (press backspace or delete to remove)

After https://github.com/ruby/logger/pull/85, Logger#initialize creates a @level_override = {} and access it every time level is called . Since MonoLogger overrides the constructor but doesn t initialises ...
  • st0012
  • 2
  • Opened 
    on Mar 4, 2023
  • #13

Thanks for the new version 1.1.1 s release. Could you set the v1.1.1 tag to this repository? https://rubygems.org/gems/mono_logger/versions/1.1.1 Here is the current tags. $ git tag -n v1.0.0 ...
  • junaruga
  • 3
  • Opened 
    on Mar 24, 2021
  • #11

This issue ticket comes from https://github.com/steveklabnik/mono_logger/pull/8#issuecomment-799571426 . The tests by the bundle exec rake with my local Ruby 3.0 and the GitHub Actions show the following ...
  • junaruga
  • 6
  • Opened 
    on Mar 15, 2021
  • #9

I see the following failing tests on Ruby 3.0. The mono_logger is a runtime dependency of reque. That s why I am trying to pass the tests. Could you @steveklabnik take a look at the code? Could you consider ...
  • junaruga
  • 3
  • Opened 
    on Mar 3, 2021
  • #7

Hi, I packaged mono_logger for Debian as part of GitLab packaging (mono_logger is a runtime dependecy in the runtime-dependency-chain of GitLab). When I try to run the tests with ruby2.2, I am getting ...
  • balasankarc
  • 1
  • Opened 
    on Jun 20, 2015
  • #5

My testing under heavy concurrency shows that mono_logger has an annoying thread safety issue, likely due to the lock removal. You can see the output interleaved between two different messages: 2013-04-26T23:31:02Z ...
  • mperham
  • 4
  • Opened 
    on Apr 26, 2013
  • #2

This implementation is actually identical to Ruby s Logger, but without the mutex. So I wondered why Logger used a mutex there. A call to write() is atomic. But, AFAIK, only for writes up to PIPE_BUF_MAX. ...
  • jstorimer
  • 9
  • Opened 
    on Apr 8, 2013
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub