Skip to content

LeResKP/pyramid_logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyramid_logging

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=self.request)

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

  • the URL called
  • The query parameters
  • The environment variables
  • the authenticated user

About

Advanced logger for pyramid which add data from the request.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published