Neighborhood watch for your SaaS apps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Bob b075bc638a Fixed ISO timestamp parsing to be consistent. Documented model. 8 years ago
..
README.md Documentation and cleanup. 8 years ago
__init__.py First pass at actual code. 8 years ago
flatfile.py Fixed ISO timestamp parsing to be consistent. Documented model. 8 years ago

README.md

Setup

The flatfile module requires no setup in order to operate, except that your calling user should have read and write permissions on the location where you wish to store logs.

Configuration File

Flatfile only exists within the "persistence" top-level dictionary in the configuration file.

The "persistence" dictionary may only contain one backend at a time. This is enforced by not having "flatfile" be a sub-dictionary, but rather by having a "module" key within the "persistence" dictionary that may take "flatfile" as a value. Other values used by flatfile are:

log_directory - The directory in which you would like to store log files.