Merge branch 'python_custom_node_component' of github.com:logspace-ai/langflow into python_custom_node_component

This commit is contained in:
Lucas Oliveira 2023-07-20 10:05:06 -03:00
commit 2022f4b31b

View file

@ -28,3 +28,7 @@ def configure(log_level: str = "INFO", log_file: Path = None): # type: ignore
logger.info(f"Logger set up with log level: {log_level_value}({log_level})")
if log_file:
logger.info(f"Log file: {log_file}")
# Configure default logger
configure()