Merge branch 'python_custom_node_component' of github.com:logspace-ai/langflow into python_custom_node_component
This commit is contained in:
commit
2022f4b31b
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue