| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last usages of deprecated logging.warn method (#6314) | Andrew Morgan | 2019-11-01 | 1 | -2/+2 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Fix logging config for the docker image (#6197) | Richard van der Hoff | 2019-10-18 | 1 | -3/+2 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -8/+25 |
* | Add a link to python's logging config schema (#5926) | Jorik Schellekens | 2019-08-28 | 1 | -1/+2 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -42/+61 |
* | Remove non-dedicated logging options and command line arguments (#5678) | Amber Brown | 2019-07-19 | 1 | -69/+12 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmd | Erik Johnston | 2019-07-15 | 1 | -2/+2 |
|\ |
|
| * | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -2/+2 |
* | | Change add_arguments to be a static method | Erik Johnston | 2019-07-15 | 1 | -1/+2 |
|/ |
|
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Ensure that all config options have sensible defaults | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Improve logging when generating config files (#5510) | Richard van der Hoff | 2019-06-21 | 1 | -0/+4 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -32/+38 |
* | Use yaml safe_load | Erik Johnston | 2019-03-22 | 1 | -1/+1 |
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 1 | -1/+3 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -0/+1 |
* | Fix errors in acme provisioning (#4648) | Richard van der Hoff | 2019-02-14 | 1 | -0/+2 |
* | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 1 | -11/+5 |
* | SIGHUP for TLS cert reloading (#4495) | Amber Brown | 2019-01-30 | 1 | -8/+11 |
* | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -3/+1 |
* | Set the encoding to UTF8 in the default logconfig (#4138) | Amber Brown | 2018-11-03 | 1 | -0/+1 |
* | Remove some superfluous logging (#3855) | Amber Brown | 2018-09-13 | 1 | -1/+16 |
* | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 1 | -1/+2 |
* | log *after* reloading log config | Richard van der Hoff | 2018-08-10 | 1 | -2/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+4 |
* | Write a clear restart indicator in logs | Richard van der Hoff | 2018-06-20 | 1 | -6/+18 |
* | open log_config in text mode too | Adrian Tschira | 2018-04-28 | 1 | -1/+1 |
* | Merge pull request #2763 from matrix-org/rav/fix_config_uts | Richard van der Hoff | 2018-01-09 | 1 | -2/+2 |
|\ |
|
| * | Fix broken config UTs | Richard van der Hoff | 2018-01-09 | 1 | -2/+2 |
* | | Make indentation of generated log config consistent | Richard van der Hoff | 2018-01-09 | 1 | -17/+17 |
|/ |
|
* | Remove 'verbosity'/'log_file' from generated cfg | Richard van der Hoff | 2018-01-05 | 1 | -8/+4 |
* | Fix error when running synapse with no logfile | Richard van der Hoff | 2017-10-26 | 1 | -1/+5 |
* | Add helpful texts to logger config options | Richard van der Hoff | 2017-03-13 | 1 | -5/+7 |
* | Merge pull request #1983 from matrix-org/rav/no_redirect_stdio | Richard van der Hoff | 2017-03-13 | 1 | -6/+28 |
|\ |
|
| * | Add an option to disable stdio redirect | Richard van der Hoff | 2017-03-10 | 1 | -1/+12 |
| * | Refactor logger config for workers | Richard van der Hoff | 2017-03-10 | 1 | -5/+16 |
* | | Reread log config on SIGHUP | Richard van der Hoff | 2017-03-10 | 1 | -10/+19 |
|/ |
|
* | Remove full_twisted_stacktraces option | Erik Johnston | 2017-01-12 | 1 | -8/+0 |
* | Use the new twisted logging framework. | Mark Haines | 2016-12-30 | 1 | -3/+13 |
* | Bugfix: Console logging handler missing default filter | pik | 2016-12-03 | 1 | -0/+1 |
* | Inline the synchrotron and pusher configs into the main config | Mark Haines | 2016-06-16 | 1 | -49/+53 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Only turn on the twisted deferred debugging if full_twisted_stacktraces is se... | Mark Haines | 2015-10-13 | 1 | -0/+8 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Hacky attempt at catching SIGHUP and rotating the logfile around | Paul "LeoNerd" Evans | 2015-09-14 | 1 | -0/+14 |
* | Write a default log_config when generating config | Mark Haines | 2015-04-30 | 1 | -1/+53 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -8/+27 |
* | Delete ugly commented out log line. | Mark Haines | 2015-04-29 | 1 | -1/+0 |
* | comment out ugly test logline | Matthew Hodgson | 2015-04-29 | 1 | -1/+1 |
* | yaml.load expects strings to be a yaml rather than file | Erik Johnston | 2015-02-10 | 1 | -1/+2 |
* | Use yaml logging config format because it is much nicer | Erik Johnston | 2015-02-10 | 1 | -1/+2 |
* | SYN-142: Rotate logs if logging to file. Fixed to a 4 file rotate with 100MB/... | Kegan Dougal | 2015-01-08 | 1 | -1/+4 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | SYN-142: Use a default log file 'homeserver.log' so people get logging by def... | Kegan Dougal | 2014-12-16 | 1 | -1/+1 |
* | Don't log synapse.storage at DEBUG level when under -v; require -v -v for that | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -0/+6 |
* | Pep8 and a few doc strings | Mark Haines | 2014-10-30 | 1 | -3/+3 |
* | Add a request-id to each log line | Mark Haines | 2014-10-30 | 1 | -7/+16 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 1 | -7/+7 |
* | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 2014-08-31 | 1 | -0/+67 |