Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Dec 28, 2023
1 parent 0895979 commit 2eea968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlitapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def show_3d_visualization(db_conn, visualization_filter: VizFilter):

def main():
st.set_page_config(page_title="TMvisDB", page_icon="⚛️", layout="wide")
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.WARNING)

acknowledge_statistics_warning()

Expand Down

0 comments on commit 2eea968

Please sign in to comment.