Commit Graph

19 Commits (424a7f48f8d5cdb97ec3567d6841cecbf65ffda2)

Author SHA1 Message Date
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Mark Haines 9020860479 Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Paul "LeoNerd" Evans 9cd5b9a802 Hacky attempt at catching SIGHUP and rotating the logfile around 9 years ago
Mark Haines 2f1348f339 Write a default log_config when generating config 10 years ago
David Baker 5b02f33451 Undo changes to logger config, ie. remove the access_log_file option: decision is to support this through log_config rather tan adding an option. 10 years ago
David Baker 054aa0d58c Do access log using python's logging stuff, just under a separate logger name 10 years ago
David Baker d89a9f7283 Add an access_log 10 years ago
Mark Haines d624e2a638 Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 10 years ago
Mark Haines f4c9ebbc34 Delete ugly commented out log line. 10 years ago
Matthew Hodgson 68c0603946 comment out ugly test logline 10 years ago
Erik Johnston f91345bdb5 yaml.load expects strings to be a yaml rather than file 10 years ago
Erik Johnston 30595b466f Use yaml logging config format because it is much nicer 10 years ago
Kegan Dougal 9d0dcf2e3c SYN-142: Rotate logs if logging to file. Fixed to a 4 file rotate with 100MB/file for now. 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Kegan Dougal 4dcad143dd SYN-142: Use a default log file 'homeserver.log' so people get logging by default. 10 years ago
Paul "LeoNerd" Evans 66b0596b7a Don't log synapse.storage at DEBUG level when under -v; require -v -v for that 10 years ago
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago
Mark Haines fa955cc2a4 Pep8 and a few doc strings 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 10 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
Mark Haines 9ea1de432d Fix homeserver config parsing 10 years ago
Mark Haines d9ebe531ed Add config tree to synapse. Add support for reading config from a file 10 years ago