summary refs log tree commit diff
path: root/synapse/app (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-19Add site_tag to loggerErik Johnston1-2/+2
2015-06-19Add IDs to outbound transactionsErik Johnston1-53/+71
2015-06-16Remove access_token from synapse.rest.client.v1.transactions {get,store}_resp...Erik Johnston1-3/+3
2015-06-15Disable twisted access logging. Move access logging to SynapseRequest objectErik Johnston2-75/+79
2015-06-15Log more when we have processed the requestErik Johnston4-4/+23
2015-06-15Create SynapseRequest that overrides __repr__ to not print access_tokenErik Johnston2-17/+46
2015-06-15ChangelogErik Johnston1-0/+5
2015-06-15Bump versionErik Johnston1-1/+1
2015-06-15Make http.server request logging more verbose, but redact access_tokensErik Johnston1-2/+12
2015-06-15Log requests and responses sent via http.clientErik Johnston1-3/+15
2015-06-15Remove redundant newlineErik Johnston1-2/+1
2015-06-15Document listener config. Remove deprecated config optionsErik Johnston2-36/+42
2015-06-13