FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a19d2691 authored by J.W. Smith's avatar J.W. Smith
Browse files

fix: Update logger name

parent d137610f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import numpy as np
import datetime as dt
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger('EnvProcessor.pipeline')
logger = logging.getLogger('Processor.pipeline')
###############################################################################
......
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