forked-synapse/synapse/logging
Patrick Cloke aec294ee0d
Use slots in attrs classes where possible (#8296)
slots use less memory (and attribute access is faster) while slightly
limiting the flexibility of the class attributes. This focuses on objects
which are instantiated "often" and for short periods of time.
2020-09-14 12:50:06 -04:00
..
__init__.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
_structured.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
_terse_json.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
context.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
formatter.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
opentracing.py Fix typos in comments. 2020-09-14 11:46:58 -04:00
scopecontextmanager.py Fix error reporting when using opentracing.trace (#7961) 2020-07-27 16:20:24 +01:00
utils.py Use the right constructor for log records (#8278) 2020-09-08 14:52:51 +01:00