Skip to content

Commit

Permalink
fix(reconfigure): drop incorrect log level from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed May 2, 2024
1 parent 0b492e1 commit b0a5146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_static_i18n/reconfigure.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def reconfigure_files(
# that will be used by the sitemap.xml template
for file in i18n_src_uris.values():
if "index" in file.src_uri:
log.info(f"Selected {file.locale} {file.localization} {file}")
log.debug(f"Selected {file.locale} {file.localization} {file}")
i18n_files.append(file)

# build the alternates for all the Files
Expand Down

0 comments on commit b0a5146

Please sign in to comment.