Skip to main content

Advanced logger for pyramid

Project description

Advanced logger for pyramid which add data from the request.

It’s very easy to use:

import pyramid_logging
log = pyramid_logging.getLogger(__name__)


def view(request):
    log.debug('Hello world', request=request)

The output is the same as pyramid_exclog. Some data added:

  • the URL called

  • The query parameters

  • The environment variables

  • the authenticated user

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyramid_logging-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

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