Metadata-Version: 2.0
Name: django-rlog
Version: 1.0.6
Summary: Save rlog's Pub/Sub Log to Disk
Home-page: https://github.com/django-xxx/django-rlog
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Keywords: django-rlog
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Requires-Dist: django-six

===========
django-rlog
===========

Save rlog's Pub/Sub Log to Disk

Installation
============

::

    pip install django-rlog


Usage
=====

Start rlog::

    python manage.py rlog [channel] [filename] [handler] [when] [maxBytes] [backupCount] [debug]


Start rlistlog::

    python manage.py rlistlog [key] [timeout] [filename] [handler] [when] [maxBytes] [backupCount] [debug]


Stop rlog::

    python manage.py rstop [channel]



