django-smart-logging


Namedjango-smart-logging JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://gitlab.com/os4d/django-smart-logging.git
Summary
upload_time2022-12-04 15:42:32
maintainer
docs_urlNone
authorsax
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-smart-logging
====================

[![master](https://gitlab.com/os4d/django-logging-dbconfig/badges/master/pipeline.svg)](https://gitlab.com/os4d/django-logging-dbconfig/-/commits/master)
[![develop](https://gitlab.com/os4d/django-logging-dbconfig/badges/master/pipeline.svg)](https://gitlab.com/os4d/django-logging-dbconfig/-/commits/develop)
[![coverage](https://gitlab.com/os4d/django-logging-dbconfig/badges/develop/coverage.svg)](https://gitlab.com/os4d/django-logging-dbconfig/-/graphs/develop/charts)

Plugin for django-smart-admin that allows changing python logging configuration (level/handlers/propagate) without the need to restart the app

Configuration
-------------

SMART_LOG_INSPECT = False
SMART_LOG_HANDLERS = 2  # 1 show handlers / 2 change handlers 
SMART_LOG_MAXSIZE = 100
SMART_LOG_FORMAT = "%(levelname)s %(asctime)s %(module)s: %(message)s"
SMART_LOG_PREFIX = "smart-log"
SMART_LOG_REDIS = ""
SMART_LOG_DEBUG = False



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/os4d/django-smart-logging.git",
    "name": "django-smart-logging",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "sax",
    "author_email": "s.apostolico@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/46/28e9d01c6e40fcb4dda236797ebe92498c8e46b94f690118a0a957e5dffe/django-smart-logging-0.4.0.tar.gz",
    "platform": "any",
    "description": "django-smart-logging\n====================\n\n[![master](https://gitlab.com/os4d/django-logging-dbconfig/badges/master/pipeline.svg)](https://gitlab.com/os4d/django-logging-dbconfig/-/commits/master)\n[![develop](https://gitlab.com/os4d/django-logging-dbconfig/badges/master/pipeline.svg)](https://gitlab.com/os4d/django-logging-dbconfig/-/commits/develop)\n[![coverage](https://gitlab.com/os4d/django-logging-dbconfig/badges/develop/coverage.svg)](https://gitlab.com/os4d/django-logging-dbconfig/-/graphs/develop/charts)\n\nPlugin for django-smart-admin that allows changing python logging configuration (level/handlers/propagate) without the need to restart the app\n\nConfiguration\n-------------\n\nSMART_LOG_INSPECT = False\nSMART_LOG_HANDLERS = 2  # 1 show handlers / 2 change handlers \nSMART_LOG_MAXSIZE = 100\nSMART_LOG_FORMAT = \"%(levelname)s %(asctime)s %(module)s: %(message)s\"\nSMART_LOG_PREFIX = \"smart-log\"\nSMART_LOG_REDIS = \"\"\nSMART_LOG_DEBUG = False\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.4.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5a07bcb14e5687d8ee3dddceeda19dd4",
                "sha256": "b17b3dfcfaaa66bf3b7da5626a149e100585bfdf13e3c2fef565ba034566bd1b"
            },
            "downloads": -1,
            "filename": "django-smart-logging-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5a07bcb14e5687d8ee3dddceeda19dd4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29581,
            "upload_time": "2022-12-04T15:42:32",
            "upload_time_iso_8601": "2022-12-04T15:42:32.344470Z",
            "url": "https://files.pythonhosted.org/packages/d7/46/28e9d01c6e40fcb4dda236797ebe92498c8e46b94f690118a0a957e5dffe/django-smart-logging-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 15:42:32",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "os4d",
    "gitlab_project": "django-smart-logging.git",
    "lcname": "django-smart-logging"
}
        
sax
Elapsed time: 0.05392s