Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spacing of code blocks | Marcel Amirault | 2019-07-09 | 1 | -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 lines | Evan Read | 2019-02-22 | 1 | -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.md | Dylan Griffith | 2018-11-23 | 1 | -5/+5 |
| | |||||
* | Add missing space to logging docsh-structured-logs-docs | Stan Hu | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Add documentation on how to use structured logging | Stan Hu | 2018-11-14 | 1 | -0/+144 |