From 8387e01902961ab4af366bd442511d11a6909c3e Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 21 Mar 2023 13:47:41 +0100 Subject: breaking: replace trace with logging --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b183b09..b7c0123 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,8 @@ filterwarnings= error ignore:.*tool\.setuptools_scm.* ignore:.*git archive did not support describe output.*:UserWarning +log_level = debug +log_cli_level = info markers= issue(id): reference to github issue skip_commit: allows to skip committing in the helpers @@ -37,8 +39,8 @@ deps= check-manifest docutils pygments - setuptools>45 typing_extensions + hatchling commands= rst2html.py README.rst {envlogdir}/README.html --strict [] check-manifest --no-build-isolation -- cgit v1.2.1