Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-19 | Coding style | Lars-Dominik Braun | 1 | -1/+1 | |
Fix a few random issues pointed out by pylint, mainly unused imports. | |||||
2018-11-17 | logger: Add more tests | Lars-Dominik Braun | 1 | -1/+1 | |
2018-10-10 | Add timezone to logger dates | Lars-Dominik Braun | 1 | -1/+3 | |
UTC everywhere. Make that clear. | |||||
2018-09-25 | Immediately flush logger | Lars-Dominik Braun | 1 | -0/+2 | |
Consumers can read the latest gossip faster now. | |||||
2018-08-04 | Reintroduce WARC logging | Lars-Dominik Braun | 1 | -0/+137 | |
Commit 7730e0d64ec895091a0dd7eb0e3c6ce2ed02d981 removed logging to WARC files. Add it again, but with a different implementation.. Credits to structlog for inspiration. |