fixed logger error for app rb
authorAidan Cornelius-Bell <aidan@cornelius-bell.com>
Wed, 9 Oct 2024 21:59:10 +0000 (08:29 +1030)
committerAidan Cornelius-Bell <aidan@cornelius-bell.com>
Wed, 9 Oct 2024 21:59:10 +0000 (08:29 +1030)
config/application.rb

index 8a594dd10bf54bcb613fb60654a44987e06d4862..372e23c456b015e08cb493208ad0954c6af4db8f 100644 (file)
@@ -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