module ActiveSupport::LoggerThreadSafeLevel

def local_log_id

def local_log_id
  Thread.current.__id__
end