Skip to main content

An easy way to change the log level in runtime.

Project description

pypi version license python versions contributors

django-logger-panel

An easy way to change the log level in runtime

Installation

pip install django-logger-panel

Features

  • List all active loggers .
  • Change any logger level in run time.
  • Change all logger levels at once.
  • Display logger information.

Settings.py

Add loggerpanel to installed apps

INSTALLED_APPS = [
    ...
    'django_logger_panel',    
]

Optionally, change the default base url /loggers/ by setting the property LOGGER_PANEL_BASE_URL.

LOGGER_PANEL_BASE_URL = "/another-path/"

urls.py

urlpatterns = [
    ...
    path("", include("django_logger_panel.urls")),
    ...

]

Screenshots

Logger Panel

logger panel

Logger Details

logger details

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

django-logger-panel-0.1.3.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

django_logger_panel-0.1.3-py2.py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 2 Python 3

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