From 0264d58324fad4b67a87b7f94ccb91853434d9cc Mon Sep 17 00:00:00 2001 From: Andrei Taranchenko Date: Tue, 6 Jul 2021 07:12:51 -0400 Subject: [PATCH] Version bump to match PyPi and other sanitation tasks on the build config. --- .gitignore | 1 + CHANGELOG | 2 +- README.rst | 10 ++++++++++ pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d47ad9d..5cddac2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ siftlog.egg* dist +build nose-* *.pyc *.iml diff --git a/CHANGELOG b/CHANGELOG index 6303807..46ac542 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -v0.9.0 +v0.9.1 ===== * Migrated to Poetry * Lowest supported Python is 3.8 diff --git a/README.rst b/README.rst index 7d7dec5..61b62c6 100644 --- a/README.rst +++ b/README.rst @@ -113,6 +113,16 @@ log = SiftLog(logger) ``` +#### Performance +================ + +While the above should play, it's highly recommended that the color handler is only + +attached conditionally for local development. Too many log statements could otherwise become + +expensive in terms of CPU. + + #### Different colors ===================== diff --git a/pyproject.toml b/pyproject.toml index ad59211..b944b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = ["Andrei Taranchenko "] keywords = ["logging", "logs"] include = [ - "LICENSE", "MANIFEST.in", "README.rst" + "LICENSE", "README.rst" ] packages = [