This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Hidden listener
option tag
#14746
Copy link
Copy link
Closed
Labels
A-Docsthings relating to the documentationthings relating to the documentationA-LoggingSynapse's logs (structured or otherwise). Not metrics.Synapse's logs (structured or otherwise). Not metrics.O-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-TolerableMinor significance, cosmetic issues, low or no impact to users.Minor significance, cosmetic issues, low or no impact to users.T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.good first issueGood for newcomersGood for newcomers
Description
Description
I have seen an undocumented config option tag
/ site_tag
in
synapse/synapse/app/homeserver.py
Lines 86 to 88 in 9af2be1
site_tag = listener_config.http_options.tag | |
if site_tag is None: | |
site_tag = str(port) |
- Is it used and only not good documented?
- It is mentioned in log format in column
BBBB
- It is mentioned in log format in column
- Or is it old an deprecated?
- Does it make sense to document it in
listener
documentation? - And does it have other purposes than replacing the port with the tag in logging?
Origin: #187
Metadata
Metadata
Assignees
Labels
A-Docsthings relating to the documentationthings relating to the documentationA-LoggingSynapse's logs (structured or otherwise). Not metrics.Synapse's logs (structured or otherwise). Not metrics.O-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-TolerableMinor significance, cosmetic issues, low or no impact to users.Minor significance, cosmetic issues, low or no impact to users.T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.good first issueGood for newcomersGood for newcomers