You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using grape inside Rails. When using Rails.logger as logger and GrapeLogging::Formatters::Default as formatter, I receive these exceptions ( complete backtrace ) when grape tries to log the request.
Hi,
I'm using grape inside Rails. When using
Rails.logger
as logger andGrapeLogging::Formatters::Default
as formatter, I receive these exceptions ( complete backtrace ) when grape tries to log the request.This is my configuration:
I noticed that if I change
logger Rails.logger
withlogger Rails.logger.dup
it works, without any exception. Why?The text was updated successfully, but these errors were encountered: