logmancer.management.commands.logmancer_cleanup

Classes

Command([stdout, stderr, no_color, force_color])

class logmancer.management.commands.logmancer_cleanup.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
help = 'Logmancer: Cleans up old log entries.'
add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.