summaryrefslogtreecommitdiff
path: root/doc/development/logging.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix spacing of code blocksMarcel Amirault2019-07-091-41/+41
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-15/+15
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Correct errors in doc/development/logging.mdDylan Griffith2018-11-231-5/+5
|
* Add missing space to logging docsh-structured-logs-docsStan Hu2018-11-141-1/+1
|
* Add documentation on how to use structured loggingStan Hu2018-11-141-0/+144