Skip to main content

Pylint plugin for checking usage of log.exception

Project description

Pylint plugin for finding logging calls inside exception handlers, and suggest they include exc_info=True, or change extra={'stack': True} to exc_info=True to get the stack from the exception instead of the one from the log statement.

Installation

$ pip install sentry_stack_checker

Usage

$ pylint --load-plugins sentry_stack_checker <module> -E -d all -e R9501
$ pylint --load-plugins sentry_stack_checker <module> -E -d all -e R9502

The option report-loggers can be provided to restrict the logging methods that are checked:

$ pylint --load-plugins sentry_stack_checker <module> --report-loggers=warning,error

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

sentry-stack-checker-0.4.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distributions

sentry_stack_checker-0.4-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

sentry_stack_checker-0.4-py2-none-any.whl (4.2 kB view hashes)

Uploaded Python 2

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