Metadata-Version: 2.1
Name: rqalpha-mod-log
Version: 0.1.1
Summary: RQAlpha Mod for logbook
Home-page: https://github.com/lawrentchen/rqalpha-mod-log
Author: LawrentChen
Author-email: laurant.chen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# log Mod

RQAlpha log Mod，supporting logbook output

## Enable/Disable log Mod

```bash
# Disable log Mod
$ rqalpha mod disable log

# Enable log Mod
$ rqalpha mod enable log
```

## Mod Config

Configs of log Mod are as followed.

```python
{
    # Specify the log output file
    "log_path": "./output/reposition_log.txt",
    # Python open() method to read/write file
    "log_mode": "a",
}
```

