Skip to content

Commit

Permalink
Enable debug logging
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Feb 13, 2023
1 parent fb1dcdd commit 3e79092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ fi

${PYTHON} -m build --wheel /rpm-shim
${PYTHON} -m pip install /rpm-shim/dist/*.whl
${PYTHON} -c "import rpm"
${PYTHON} -c "import logging; logging.basicConfig(level=logging.DEBUG); import rpm"
${PYTHON} -m pip check
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ sitepackages = false
deps = pip >= 19
setenv = PYTHONDONTWRITEBYTECODE=1
commands =
python -c "import rpm"
python -c "import logging; logging.basicConfig(level=logging.DEBUG); import rpm"
python -m pip check

0 comments on commit 3e79092

Please sign in to comment.