Skip to main content

A fast and lightweight logging library for Python

Project description

picologging

Status This project is an early-alpha. There are some incomplete features (see Issues).

Picologging is a high-performance logging library for Python. picologging is 4-10x faster than the logging module in the standard library.

Picologging is designed to be used as a drop-in replacement for applications which already use logging, and supports the same API as the logging module.

Installation

$ pip install picologging

Usage

Import picologging as logging to use picologging instead of the standard library logging module.

This patches all the loggers registered to use picologging loggers and formatters.

import picologging as logging
logging.basicSetup()

logger = logging.getLogger()

logger.info("A log message!")

logger.warning("A log message with %s", "arguments")

Benchmarks

Run richbench benchmarks/ with the richbench CLI to see the benchmarks, here is a sample on macOS 11:

Benchmark Min Max Mean Min (+) Max (+) Mean (+)
LogRecord() 0.228 0.244 0.234 0.031 (7.5x) 0.031 (7.8x) 0.031 (7.6x)
Formatter().format() 0.077 0.079 0.078 0.005 (15.3x) 0.005 (14.9x) 0.005 (15.1x)
Formatter().format() with date 0.299 0.359 0.313 0.083 (3.6x) 0.092 (3.9x) 0.086 (3.6x)
Logger(level=DEBUG).debug() 0.725 0.741 0.730 0.069 (10.6x) 0.070 (10.6x) 0.069 (10.6x)
Logger(level=DEBUG).debug() with args 0.750 0.757 0.754 0.090 (8.3x) 0.095 (8.0x) 0.093 (8.1x)
Logger(level=INFO).debug() 0.014 0.015 0.015 0.003 (4.1x) 0.004 (3.7x) 0.004 (3.9x)
Logger(level=INFO).debug() with args 0.016 0.017 0.016 0.004 (4.1x) 0.004 (4.2x) 0.004 (4.1x)

Limitations

See docs/limitations.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picologging-0.1.0.tar.gz (130.6 kB view hashes)

Uploaded Source

Built Distributions

picologging-0.1.0-cp311-cp311-win_amd64.whl (57.2 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

picologging-0.1.0-cp311-cp311-win32.whl (50.8 kB view hashes)

Uploaded CPython 3.11 Windows x86

picologging-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.8 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

picologging-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (145.1 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

picologging-0.1.0-cp311-cp311-macosx_10_15_x86_64.whl (66.7 kB view hashes)

Uploaded CPython 3.11 macOS 10.15+ x86-64

picologging-0.1.0-cp311-cp311-macosx_10_15_universal2.whl (121.6 kB view hashes)

Uploaded CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)

picologging-0.1.0-cp310-cp310-win_amd64.whl (57.2 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

picologging-0.1.0-cp310-cp310-win32.whl (50.7 kB view hashes)

Uploaded CPython 3.10 Windows x86

picologging-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.7 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

picologging-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (145.0 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

picologging-0.1.0-cp310-cp310-macosx_10_15_x86_64.whl (66.6 kB view hashes)

Uploaded CPython 3.10 macOS 10.15+ x86-64

picologging-0.1.0-cp310-cp310-macosx_10_15_universal2.whl (121.4 kB view hashes)

Uploaded CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64)

picologging-0.1.0-cp39-cp39-win_amd64.whl (57.2 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

picologging-0.1.0-cp39-cp39-win32.whl (50.7 kB view hashes)

Uploaded CPython 3.9 Windows x86

picologging-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.7 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

picologging-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (145.0 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

picologging-0.1.0-cp39-cp39-macosx_10_15_x86_64.whl (66.6 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

picologging-0.1.0-cp39-cp39-macosx_10_15_universal2.whl (121.4 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64)

picologging-0.1.0-cp38-cp38-win_amd64.whl (57.1 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

picologging-0.1.0-cp38-cp38-win32.whl (50.6 kB view hashes)

Uploaded CPython 3.8 Windows x86

picologging-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.5 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

picologging-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (144.7 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

picologging-0.1.0-cp38-cp38-macosx_10_15_x86_64.whl (66.4 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

picologging-0.1.0-cp38-cp38-macosx_10_15_universal2.whl (121.0 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64)

picologging-0.1.0-cp37-cp37m-win_amd64.whl (57.1 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

picologging-0.1.0-cp37-cp37m-win32.whl (50.5 kB view hashes)

Uploaded CPython 3.7m Windows x86

picologging-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

picologging-0.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (144.9 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

picologging-0.1.0-cp37-cp37m-macosx_10_15_x86_64.whl (66.1 kB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page