summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-07-24 07:40:51 +0100
committerGitHub <noreply@github.com>2020-07-24 07:40:51 +0100
commit3f45db557b22d1b55ad881999580a496da1cfeb9 (patch)
treecc943a25d49cd4cdd6d55bd3ada5858a19e2f137 /docs
parent012d5b5cc0c6a00267ff6722372b9b4fa79fdf8f (diff)
downloadvirtualenv-3f45db557b22d1b55ad881999580a496da1cfeb9.tar.gz
Allow bypassing the logging setup via the Python API (#1904)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/1882.bugfix.rst (renamed from docs/changelog/1882.bufix.rst)0
-rw-r--r--docs/changelog/1896.bugfix.rst2
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/1882.bufix.rst b/docs/changelog/1882.bugfix.rst
index 25669a3..25669a3 100644
--- a/docs/changelog/1882.bufix.rst
+++ b/docs/changelog/1882.bugfix.rst
diff --git a/docs/changelog/1896.bugfix.rst b/docs/changelog/1896.bugfix.rst
new file mode 100644
index 0000000..923864c
--- /dev/null
+++ b/docs/changelog/1896.bugfix.rst
@@ -0,0 +1,2 @@
+Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already
+performs this - by :user:`gaborbernat`.