mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-09 10:15:16 -05:00
* Pull Sentinel out of LoggingContext ... and drop a few unnecessary references to it * Factor out LoggingContext.current_context move `current_context` and `set_context` out to top-level functions. Mostly this means that I can more easily trace what's actually referring to LoggingContext, but I think it's generally neater. * move copy-to-parent into `stop` this really just makes `start` and `stop` more symetric. It also means that it behaves correctly if you manually `set_log_context` rather than using the context manager. * Replace `LoggingContext.alive` with `finished` Turn `alive` into `finished` and make it a bit better defined. |
||
|---|---|---|
| .. | ||
| admin_api | ||
| dev | ||
| privacy_policy_templates/en | ||
| sphinx | ||
| .sample_config_header.yaml | ||
| ACME.md | ||
| ancient_architecture_notes.md | ||
| application_services.md | ||
| architecture.md | ||
| CAPTCHA_SETUP.md | ||
| code_style.md | ||
| consent_tracking.md | ||
| delegate.md | ||
| federate.md | ||
| log_contexts.md | ||
| manhole.md | ||
| media_repository.md | ||
| message_retention_policies.md | ||
| metrics-howto.md | ||
| MSC1711_certificates_FAQ.md | ||
| opentracing.md | ||
| password_auth_providers.md | ||
| postgres.md | ||
| README.md | ||
| replication.md | ||
| reverse_proxy.md | ||
| room_and_user_statistics.md | ||
| saml_mapping_providers.md | ||
| sample_config.yaml | ||
| sample_log_config.yaml | ||
| server_notices.md | ||
| spam_checker.md | ||
| structured_logging.md | ||
| tcp_replication.md | ||
| turn-howto.md | ||
| url_previews.md | ||
| user_directory.md | ||
| workers.md | ||
Synapse Documentation
This directory contains documentation specific to the synapse homeserver.
All matrix-generic documentation now lives in its own project, located at matrix-org/matrix-doc
(Note: some items here may be moved to matrix-org/matrix-doc at some point in the future.)