Matrix and Element Web server
Go to file
Daniel Micay 7f61787026 switch to improved custom log format
This switches to a fully custom log format instead of using a variant of
the standard combined format since we don't use any tools requiring the
logs to be a standard format. This provides a cleaner format, allows us
to freely add new fields and gets rid of legacy/redundant fields.

The redundant timestamp already provided as the syslog timestamp is
dropped along with the legacy identd field always set to a dash.

This adds the connection serial number for identifying requests coming
from the same connection. TLS version is added as a replacement for our
previous addition of the URI scheme. This also adds the total request
length and total bytes sent to the client instead of only the body bytes
sent.
2023-02-10 08:04:30 -05:00
.github require hashes and binary wheels for pip 2023-01-10 13:53:33 -05:00
default use jemalloc for synapse 2021-07-04 08:27:24 -04:00
nginx switch to improved custom log format 2023-02-10 08:04:30 -05:00
systemd/system allow resources system calls for remote backup 2023-02-10 07:46:01 -05:00
webapps/element update Element web app configuration 2022-09-28 12:00:55 -04:00
.gitignore add cloud-archive-password.txt to gitignore 2022-07-22 17:05:18 -04:00
deploy-static add remote backup files to deploy script 2023-02-10 07:46:01 -05:00
local-backup fix backup timestamps 2022-08-11 18:17:24 -04:00
postgresql.conf update postgresql.conf for postgresql 15.1 2023-01-29 21:29:48 -05:00
process-static brotli keeps source files by default 2022-11-01 00:20:47 -04:00
remote-backup fix backup timestamps 2022-08-11 18:17:24 -04:00
requirements.in freeze hashes of python dependencies 2023-01-10 13:02:53 -05:00
requirements.txt upgrade python dependencies 2023-01-31 02:01:28 -05:00
setup add build environment setup script 2023-01-17 00:09:44 -05:00