grape_logging icon indicating copy to clipboard operation
grape_logging copied to clipboard

Reporters::LoggerReporter should not modify the global logger

Open dhruvCW opened this issue 3 years ago • 0 comments

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.

dhruvCW avatar Oct 07 '22 07:10 dhruvCW