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.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| README.md | 8 years ago | |
| __init__.py | 8 years ago | |
| flatfile.py | 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.