grape_logging
grape_logging copied to clipboard
Reporters::LoggerReporter should not modify the global logger
in Reports::LoggerReporter initialization it stores the original reference to the logger that is passed in instead of cloning the object. Thus if a custom formatter is provided as parameter this formatter is also applied to the global logger which is an undesirable behaviour.