ChronoLogger logging is 1.5x faster than ruby's stdlib Logger
Last month I published a post explaining what chrono_logger’s logging faster than stdlib logger. ChronoLogger’s interface is mostly same stdlib Logger’s, so it’s easy to replace from Logger. See also github repository.
Post a comment