Metadata-Version: 1.0
Name: django-logging-command
Version: 1.00
Summary: A mixin to make custom Django management commands set the logger to an appropriate level
Home-page: http://github.com/defcube/django-logging-command/
Author: Philip Gatt
Author-email: gattster@gmail.com
License: UNKNOWN
Description: Provides a mixin class for Django's commands. This mixin adds a logger that
        sets the appropriate log level.
        
        Commands can be run with these args:
        
        * -s: Silent, only showing log Warnings and Errors
        * --extrasilent: Only show log messages marked Critical
        * --debug: Show all log messages
Platform: UNKNOWN
