• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版40309618c7182b4ab230dabcb6f7aa0444134b2a (tree)
时间2020-11-22 21:04:53
作者HMML <hmml3939@gmai...>
CommiterHMML

Log Message

Fix log level symbol...

更改概述

差异

--- a/app/jobs/fetch_jma_content_job.rb
+++ b/app/jobs/fetch_jma_content_job.rb
@@ -96,7 +96,7 @@ class FetchJmaContentJob < ApplicationJob
9696 fc_report = fc_doc.xpath("/Report")
9797 fc_status = fc_report.xpath("Control/Status").text
9898 if fc_status != "通常"
99- logger.warning "Skip forecast XML, status=#{fc_status}"
99+ logger.warn "Skip forecast XML, status=#{fc_status}"
100100 return
101101 end
102102 fc_pref = fc_report.xpath("Head/Title").text.strip.gsub(/府県天気予報$/, "")