From: Aidan Cornelius-Bell Date: Wed, 9 Oct 2024 21:59:10 +0000 (+1030) Subject: fixed logger error for app rb X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=a10fab5addf487279b693e603c7bd27a47528ccf;p=arelpe.git fixed logger error for app rb --- diff --git a/config/application.rb b/config/application.rb index 8a594dd..372e23c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -41,7 +41,7 @@ module Arelpe config.active_record.encryption.deterministic_key = Rails.application.credentials.active_record_encryption[:deterministic_key] config.active_record.encryption.key_derivation_salt = Rails.application.credentials.active_record_encryption[:key_derivation_salt] else - Rails.logger.warn "Active Record encryption keys are not set in credentials." + puts "WARNING: Active Record encryption keys are not set in credentials." end end end