Changes between Initial Version and Version 1 of Ticket #2343
- Timestamp:
- 2020-01-17T15:45:06Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2343
- Property Summary changed from remove all direct logging to twisted.python.log/err to replace non-Eliot logging with Eliot logging
-
Ticket #2343 – Description
initial v1 1 We should never be logging directly to the Twisted log, because that is confusing and misleading, especially when `log.err` is used (e.g. see #812). We should be logging via `allmydata.util.log.msg`instead.1 We should never be logging directly to the Foolscap or Twisted logs, because that is confusing and misleading, especially when `log.err` is used (e.g. see #812). We should be logging via Eliot instead. 2 2 3 3 {{{