Skip to content

Commit fe7c2d9

Browse files
committed
Log streamlit version
1 parent 9a2edaf commit fe7c2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fractal_feature_explorer/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ def get_config() -> LocalConfig | ProductionConfig:
101101
)
102102
config = _init_local_config()
103103
logger.debug(f"{config=}")
104+
logger.info(f"Streamlit version: {st.__version__}")
104105
return config

0 commit comments

Comments
 (0)