3.2.7 tagged logging issue
nroose opened this issue · 1 comments
nroose commented
Tried to do the patch upgrade from 3.2.6 to 3.2.7 and got an exception TypeError (no implicit conversion of Hash into String):
in vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8/lib/active_support/tagged_logging.rb:32
. Not really sure why it was getting it, but when I went back to the previous version of dalli (3.2.6, without the base64 dependency) the error went away. We are using memcached for our Rack::Attack configuration, and not for regular caching. (don't ask). If there is some other question, I can try to answer it.
petergoldstein commented