We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49ae0f commit ed7db01Copy full SHA for ed7db01
scripts/script_util.py
@@ -234,7 +234,7 @@ def load_pipeline(pipeline_path):
234
235
def get_logger(log_path, level=logging.INFO):
236
# Create the logging file handler
237
- logger = logging.get_logger(log_path)
+ logger = logging.getLogger(log_path)
238
logger.setLevel(level)
239
if os.path.exists(log_path):
240
os.remove(log_path)
0 commit comments