Skip to content

Commit

Permalink
Decrease logging level to INFO for cssutils
Browse files Browse the repository at this point in the history
The behaviour is actually different than I anticipated, so I'm
reducing the logging level to INFO to avoid the spam.
  • Loading branch information
amureki committed Aug 5, 2024
1 parent b37e783 commit 556fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emark/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def get_html(self, markdown_string, context):
html=rendered_html,
strip_important=False,
keep_style_tags=True,
cssutils_logging_level=logging.ERROR,
cssutils_logging_level=logging.INFO,
)
return inlined_html

Expand Down

0 comments on commit 556fbd0

Please sign in to comment.