mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Remove dublicate time string #2808
This commit is contained in:
parent
de557bf43e
commit
79ac8db0eb
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ module ActiveModel
|
|||
end
|
||||
|
||||
# CUSTOM logging
|
||||
Rails.logger.info "USER MSG: #{Time.now.to_s(:db)} ACTIVEMODEL: #{@base.try(:class)} [#{attribute}] #{message}" if message.present?
|
||||
Rails.logger.info "USER MSG: ACTIVEMODEL: #{@base.try(:class)} [#{attribute}] #{message}" if message.present?
|
||||
# END of CUSTOM logging
|
||||
|
||||
self[attribute] << message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue