Reid Morrison
Reid Morrison
This is the pull request that describes the problem: https://github.com/reidmorrison/symmetric-encryption/pull/156
Thank you for the pull request, merged into master. Will publish a new release shortly with the fix.
This is a great example of how to do string interpolations: https://github.com/reidmorrison/secret_config/blob/master/lib/secret_config/setting_interpolator.rb We don't have to restrict ourselves to just single character replacements either. Especially since most command line interfaces...
Thank you for the pull request, going to see if we can include it in the v5 major release.
Anyone want to submit a Pull Request to fix the ES appender so that it is compatible with both the older and latest ES?
Anyone want to submit a Pull Request to add support for the above New Relic feature? Might be as simple as adding a new appender if the above NewRelic appender...
If you add the New Relic appender and set the log level to something like `:trace` it will forward all logs to New Relic: ~~~ruby SemanticLogger.add_appender(appender: :new_relic, level: :trace) ~~~...
If you point to Semantic Logger master branch you can use the new testing feature for minitest. Looking for a volunteer to convert it to RSpec for those that use...
By `console`, do you mean stdout, or inside a rails console?
`rails_semantic_logger` v 4.13.0 has been published and includes several community contributions to get it working with Rails 7.1. Please try the new version and comment here if the problem persists.