commit | 940ff7941fe41e23a153f603fe9d4d2823248105 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Nov 02 11:11:20 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Dec 14 14:43:12 2018 -0700 |
tree | 8066005f883e632700fa53f5bfcdd16b1f68fe09 | |
parent | 41132135477ab5034b0f1352749bd3c5e4d2a9c4 [diff] [blame] |
Various Fixes to multistructlog - Force color output on structured-color formatter - Add log levels and timestamps to output - Fix reinitialization issue - Cleanup/clarify README, add changelog Change-Id: I11433f362e7c1ab8c1ee9fbca2081e136b57f22c
diff --git a/.gitignore b/.gitignore index 036ac49..f050059 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,5 +1,6 @@ *.pyc dist +build .tox __pycache__ *.egg-info