Spaces:
Sleeping
Sleeping
Falcao Zane Vijay
commited on
Commit
·
e6dd42c
1
Parent(s):
7508b69
logs setup
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -38,7 +38,7 @@ st.set_page_config(
|
|
| 38 |
|
| 39 |
# Initialize logging once
|
| 40 |
if 'logging_initialized' not in st.session_state:
|
| 41 |
-
setup_logger(log_dir="logs", log_level=logging.INFO)
|
| 42 |
st.session_state.logging_initialized = True
|
| 43 |
logging.info("=== Streamlit Trading App Started ===")
|
| 44 |
|
|
|
|
| 38 |
|
| 39 |
# Initialize logging once
|
| 40 |
if 'logging_initialized' not in st.session_state:
|
| 41 |
+
setup_logger(log_dir="src/logs", log_level=logging.INFO)
|
| 42 |
st.session_state.logging_initialized = True
|
| 43 |
logging.info("=== Streamlit Trading App Started ===")
|
| 44 |
|