Revision | 40309618c7182b4ab230dabcb6f7aa0444134b2a (tree) |
---|---|
Zeit | 2020-11-22 21:04:53 |
Autor | HMML <hmml3939@gmai...> |
Commiter | HMML |
Fix log level symbol...
@@ -96,7 +96,7 @@ class FetchJmaContentJob < ApplicationJob | ||
96 | 96 | fc_report = fc_doc.xpath("/Report") |
97 | 97 | fc_status = fc_report.xpath("Control/Status").text |
98 | 98 | if fc_status != "通常" |
99 | - logger.warning "Skip forecast XML, status=#{fc_status}" | |
99 | + logger.warn "Skip forecast XML, status=#{fc_status}" | |
100 | 100 | return |
101 | 101 | end |
102 | 102 | fc_pref = fc_report.xpath("Head/Title").text.strip.gsub(/府県天気予報$/, "") |