Skip to content

Rails Semantic Logger replaces the Rails default logger with Semantic Logger

License

Notifications You must be signed in to change notification settings

betterup/rails_semantic_logger

This branch is 83 commits behind reidmorrison/rails_semantic_logger:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3aea8c · Mar 27, 2023
Dec 28, 2022
Dec 28, 2022
Mar 27, 2023
Jan 9, 2023
Apr 11, 2018
Jun 14, 2020
Dec 28, 2022
Mar 27, 2023
Oct 25, 2015
Mar 23, 2022
Apr 5, 2020
May 10, 2017
Mar 27, 2023

Repository files navigation

Rails Semantic Logger

Gem Version Build Status Downloads License

Rails Semantic Logger replaces the Rails default logger with Semantic Logger

Documentation

For complete documentation see: https://logger.rocketjob.io/rails

Upgrading to Semantic Logger v4.4

With some forking frameworks it is necessary to call reopen after the fork. With v4.4 the workaround for Ruby 2.5 crashes is no longer needed. I.e. Please remove the following line if being called anywhere:

SemanticLogger::Processor.instance.instance_variable_set(:@queue, Queue.new)

Supports

For the complete list of supported Ruby and Rails versions, see the Testing file.

Author

Reid Morrison

Contributors

Versioning

This project uses Semantic Versioning.

About

Rails Semantic Logger replaces the Rails default logger with Semantic Logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.1%
  • HTML 3.1%
  • Other 1.8%