76 Commitit (4b965c862dc66c0da5d3240add70e9b5f0aa720b)

Tekijä SHA1 Viesti Päivämäärä
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 vuotta sitten
  Patrick Cloke 7fdc6cefb3
Fix additional type hints. (#9543) 3 vuotta sitten
  Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 3 vuotta sitten
  Patrick Cloke 1619802228
Various clean-ups to the logging context code (#8935) 3 vuotta sitten
  Patrick Cloke 00b24aa545
Support generating structured logs in addition to standard logs. (#8607) 3 vuotta sitten
  Patrick Cloke 34a5696f93
Fix typos and spelling errors. (#8639) 3 vuotta sitten
  Richard van der Hoff 77794ebc77
Fix stack overflow when logging system encounters an error (#8268) 3 vuotta sitten
  Erik Johnston 0304ad0c3d Move setting of Filter into code. 3 vuotta sitten
  Erik Johnston db131b6b22
Change the default log config to reduce disk I/O and storage (#8040) 3 vuotta sitten
  Erik Johnston 2c1b9d6763
Update worker docs with recent enhancements (#7969) 3 vuotta sitten
  Erik Johnston e5c67d04db
Add option to move event persistence off master (#7517) 4 vuotta sitten
  Richard van der Hoff 08815566bc
Automate generation of the sample and debian log configs (#6627) 4 vuotta sitten
  Richard van der Hoff e484101306
Raise an error if someone tries to use the log_file config option (#6626) 4 vuotta sitten
  Andrew Morgan fe1f2b4520
Remove last usages of deprecated logging.warn method (#6314) 4 vuotta sitten
  Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271) 4 vuotta sitten
  Richard van der Hoff 560c122267
Fix logging config for the docker image (#6197) 4 vuotta sitten
  Amber Brown f743108a94
Refactor HomeserverConfig so it can be typechecked (#6137) 4 vuotta sitten
  Amber Brown b617864cd9
Fix for structured logging tests stomping on logs (#6023) 4 vuotta sitten
  Jorik Schellekens 92c1550f4a Add a link to python's logging config schema (#5926) 4 vuotta sitten
  Amber Brown 7dc398586c
Implement a structured logging output system. (#5680) 4 vuotta sitten
  Amber Brown 6a85cb5ef7
Remove non-dedicated logging options and command line arguments (#5678) 4 vuotta sitten
  Erik Johnston 823e13ddf4 Change add_arguments to be a static method 4 vuotta sitten
  Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 4 vuotta sitten
  Richard van der Hoff 16b52642e2 Don't load the generated config as the default. 4 vuotta sitten
  Richard van der Hoff 7c2f8881a9 Ensure that all config options have sensible defaults 4 vuotta sitten
  Richard van der Hoff c3c6b00d95
Pass config_dir_path and data_dir_path into Config.read_config. (#5522) 4 vuotta sitten
  Richard van der Hoff 37933a3bf8
Improve logging when generating config files (#5510) 4 vuotta sitten
  Amber Brown 32e7c9e7f2
Run Black. (#5482) 4 vuotta sitten
  Erik Johnston 3677548a82 Use yaml safe_load 5 vuotta sitten
  Richard van der Hoff 8e28bc5eee
Include a default configuration file in the 'docs' directory. (#4791) 5 vuotta sitten
  Richard van der Hoff 5f9bdf90fe Attempt to make default config more consistent 5 vuotta sitten
  Richard van der Hoff f311018823
Fix errors in acme provisioning (#4648) 5 vuotta sitten
  Amber Brown 9cd33d2f4b
Deduplicate some code in synapse.app (#4567) 5 vuotta sitten
  Amber Brown f6813919e8
SIGHUP for TLS cert reloading (#4495) 5 vuotta sitten
  Richard van der Hoff 9c2af7b2c5 Add a script to generate a clean config file (#4315) 5 vuotta sitten
  Amber Brown 0467384d2f
Set the encoding to UTF8 in the default logconfig (#4138) 5 vuotta sitten
  Amber Brown b7d2fb5eb9
Remove some superfluous logging (#3855) 5 vuotta sitten
  Amber Brown 324525f40c
Port over enough to get some sytests running on Python 3 (#3668) 5 vuotta sitten
  Richard van der Hoff c08f9d95b2 log *after* reloading log config 5 vuotta sitten
  Krombel 78a9ddcf9a rerun isort with latest version 5 vuotta sitten
  Krombel 4a27000548 check isort by travis 5 vuotta sitten
  Amber Brown 49af402019 run isort 5 vuotta sitten
  Richard van der Hoff 245d53d32a Write a clear restart indicator in logs 5 vuotta sitten
  Adrian Tschira a376d8f761 open log_config in text mode too 6 vuotta sitten
  Richard van der Hoff 0211464ba2 Fix broken config UTs 6 vuotta sitten
  Richard van der Hoff 3a556f1ea0 Make indentation of generated log config consistent 6 vuotta sitten
  Richard van der Hoff 840f72356e
Remove 'verbosity'/'log_file' from generated cfg 6 vuotta sitten
  Richard van der Hoff f7f90e0c8d Fix error when running synapse with no logfile 6 vuotta sitten
  Richard van der Hoff 6037a9804c Add helpful texts to logger config options 7 vuotta sitten
  Richard van der Hoff bcfa5cd00c Add an option to disable stdio redirect 7 vuotta sitten