mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-28 06:15:17 +00:00
Rename namespace to ofn
This commit is contained in:
@@ -3,6 +3,6 @@ module Logging
|
||||
|
||||
def log(message)
|
||||
@logger ||= ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
|
||||
@logger.tagged("openfoodnetwork:sample_data:load") { @logger.info(message) }
|
||||
@logger.tagged("ofn:sample_data") { @logger.info(message) }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user