Rename namespace to ofn

This commit is contained in:
Maikel Linke
2019-02-05 16:30:46 +11:00
parent 659aa269de
commit cc46bfd002
3 changed files with 3 additions and 3 deletions

View File

@@ -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