Skip to content

Commit

Permalink
enforce logging basiclevel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jun 2, 2023
1 parent f86b98b commit cc47372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMDirT/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

pd.options.mode.chained_assignment = None

logging.basicConfig(level=logging.INFO)

handler = colorlog.StreamHandler()
handler.setFormatter(colorlog.ColoredFormatter(
Expand All @@ -26,7 +27,6 @@ def get_json_path():
path = get_module_dir("AMDirT.assets").joinpath("tables.json")
return path


@st.cache_data
def get_amdir_tags():
r = requests.get(
Expand Down

0 comments on commit cc47372

Please sign in to comment.