diff options
author | 2020-10-17 19:10:15 -0700 | |
---|---|---|
committer | 2020-10-17 20:15:17 -0700 | |
commit | 2bfe55cf484e9e2d6065ea693590d45653820821 (patch) | |
tree | ee985867f9dfc2653ef54abfd4678606bd45c69f /.gitignore | |
parent | Syncers: make functions static (diff) |
Move logging set up to a separate module
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2074887ad..9186dbe06 100644 --- a/.gitignore +++ b/.gitignore @@ -111,6 +111,7 @@ ENV/ # Logfiles log.* *.log.* +!log.py # Custom user configuration config.yml |