Skip to main content

Automatic trace logging for Python

Project description

robocorp-log

robocorp-log is a library which provides comprehensible logging for Python with a focus on Python automation, where detailed information on what happened and why a failure occurs is of vital importance.

Note: The format of the log is not a part of the API and should not be relied upon as it can change even between minor versions.

Why

Although Python logging is flexible it may be hard to analyze the logging afterwards and visualize it. Also, the format may end up using a big amount of disk space and it may be tedious to add logging calls to all places of interest.

How

robocorp-log improves those aspects by using a structured format which enables using less disk space while also providing a viewer (log.html) for the generated content.

Also, it provides utilities to setup logging so that logging is done automatically without having to explicitly add calls to add content to the logging (although it's still possible to do so when needed).

Usage

It's recommended that robocorp-log is used through robocorp-tasks as robocorp-tasks will configure robocorp-log in a streamlined way, where you just need to worry about marking the entry point method with a @tasks decorator and it'll automatically setup the auto-logging and provide the log result in output/log.html.

Configuring with pyproject.toml

robocorp-tasks takes care of customizing robocorp-log through pyproject.toml.
See the robocorp-tasks project for more information (robocorp-log only provides the core logging structure and different libraries may customize it in different ways).

Although the setup is done through robocorp-tasks, there are still some APIs in robocorp.log which are interesting to use such as:

  • Utility methods to add a log message as critical, warn, info, debug, exception

  • Utility method to add an html message (using the html method). Note that the html method is tested for images with base64 contents in the log.html, other structures must be manually checked as they can break the layout. Also, keep in mind that the provided html will be sanitized.

  • Supressing logging through suppress_variables, suppress_methods, suppress.

  • Hiding sensitive data (automatically based on variable or argument names with names registered in add_sensitive_variable_name and add_sensitive_variable_name_pattern) or by passing the value to be hidden to hide_from_output.

Caveats

The auto import mode is done by having a pre-import hook which will change the AST at runtime. This mostly works, but there are a couple of caveats to keep in mind:

  1. Debuggers may end up stepping into the robocorp-log code in many places even if such code isn't in the source code (you may want to configure the debugger you're using to skip calls into robocorp.log as that's usually just an implementation detail).

  2. The logging needs to be fully setup prior to importing any module that should be automatically logged.

  3. Working with coroutines (async, await and greenlet) is not supported.

Guides

API Reference

Explore our API for extensive documentation.

Changelog

A list of releases and corresponding changes can be found in the changelog.

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

robocorp_log-3.0.1.tar.gz (350.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robocorp_log-3.0.1-py3-none-any.whl (359.5 kB view details)

Uploaded Python 3

File details

Details for the file robocorp_log-3.0.1.tar.gz.

File metadata

  • Download URL: robocorp_log-3.0.1.tar.gz
  • Upload date:
  • Size: 350.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for robocorp_log-3.0.1.tar.gz
Algorithm Hash digest
SHA256 f3dc7e31bdbb57ceb54d9e2c89e9ec30d67f9c7c46e6e6c0e16be5eb5b32c341
MD5 0c5992b812597173fd747f902307fb18
BLAKE2b-256 06e3041c82c46a2217f9fe86c9da9a7e1a02b16b0752f125229b37f7cbfba92e

See more details on using hashes here.

File details

Details for the file robocorp_log-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: robocorp_log-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 359.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for robocorp_log-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2aabe995123bf5fb822381adee57661ed235cea8fe322c6a00009a8e39bf12d3
MD5 07207562a1630c78054539ac24605d1e
BLAKE2b-256 52ba9ba7af3cc276a8e144703d750c831614a2eef497b33b950deb70e59001b8

See more details on using hashes here.

Supported by

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