summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-11-11 15:25:50 +0100
committerSimo Sorce <simo@redhat.com>2015-11-11 11:35:45 -0500
commitd944441d2a6d0c8619e61ba7ceff16d6b147a76b (patch)
tree23f598254b17ca39e70bc252f77f0f2a86e2d534 /Makefile
parent3b7eed15c3f9da7381d240a762b0e557dd18ce96 (diff)
downloadcustodia-review.tar.gz
custodia-review.tar.xz
custodia-review.zip
Custodia client loggingreview
custodia.client library now logs requests and responses. The auditfile argument of setup_logging() can be set to None to configure client logging without audit file. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc5291f..caf7f31 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,10 @@ lint:
./custodia
clean:
- rm -fr build dist *.egg-info
- find ./ -name '*.pyc' -exec rm -f {} \;
+ rm -fr build dist *.egg-info .tox
+ rm -f server_socket
+ find ./ -name '*.py[co]' -exec rm -f {} \;
+ find ./ -name __pycache__ -exec rm -rf {} \;
cscope:
git ls-files | xargs pycscope