aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/logs.py (follow)
Commit message (Collapse)AuthorAgeLines
* Logging changesGravatar Gareth Coles2018-06-06-10/+0
| | | | | | * Log to .json file in debug mode, with textual stdout * Log to .txt in production, with JSON stdout * No more Papertrail
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵Gravatar Leon Sandøy2018-04-27-1/+0
| | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56)
* Datadog TCP loggingGravatar Gareth Coles2018-03-13-0/+11