FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ba2eaef8 authored by L. Bower's avatar L. Bower
Browse files

adding logging to advisory package

parent ee80d2a1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ from ews.coordinator.processor_base import ProcessorBase
from ews.advisory_builder import data_gatherer
from ews.coordinator.utils.processor_utils import short_name
logger = logging.getLogger(__name__)
class ProcessorAdvisory(ProcessorBase):
......@@ -50,7 +51,7 @@ class ProcessorAdvisory(ProcessorBase):
layout = 'tight'
logging.info(f"Running for scenario {config_advisory}, {dateString}, {layout}")
logger.info(f"Running for scenario {config_advisory}, {dateString}, {layout}")
report_names = data_gatherer.run_each_subregion(config_advisory, dateString, layout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment