Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
    • Erik Johnston's avatar
      Add typing info to Notifier (#8058) · a1e9bb9e
      Erik Johnston authored
      Unverified
      a1e9bb9e
    • Erik Johnston's avatar
      Reduce INFO logging (#8050) · a0f574f3
      Erik Johnston authored
      c.f. #8021 
      
      A lot of the code here is to change the `Completed 200 OK` logging to include the request URI so that we can drop the `Sending request...` log line.
      
      Some notes:
      
      1. We won't log retries, which may be confusing considering the time taken log line includes retries and sleeps.
      2. The `_send_request_with_optional_trailing_slash` will always be logged *without* the forward slash, even if it succeeded only with the forward slash.
      Unverified
      a0f574f3
    • Erik Johnston's avatar
      Change the default log config to reduce disk I/O and storage (#8040) · db131b6b
      Erik Johnston authored
      * Change default log config to buffer by default.
      
      This batches up writes to the filesystem, which is more efficient for
      disk I/O. This means that it can take some time for logs to get written
      to disk. Note that ERROR logs (and above) immediately flush the buffer.
      
      This only effects new installs, as we only write the log config if
      started with `--generate-config` (in the same way we do for generating
      signing keys).
      
      * Default to keeping last 4 days of logs.
      
      This hopefully reduces the amount of logs kept for new servers. Keeping
      the last 1GB of logs is likely overkill for new servers, but equally may
      not be enough for busy ones.
      
      Instead, we keep the last four days worth of logs, enough so that admins
      can investigate any problems that happened over e.g. a long weekend.
      Unverified
      db131b6b
    • Richard van der Hoff's avatar
      Implement login blocking based on SAML attributes (#8052) · 0cb16990
      Richard van der Hoff authored
      Hopefully this mostly speaks for itself. I also did a bit of cleaning up of the
      error handling.
      
      Fixes #8047
      Unverified
      0cb16990
  2. Aug 10, 2020
  3. Aug 07, 2020
  4. Aug 06, 2020
  5. Aug 05, 2020
  6. Aug 04, 2020
  7. Aug 03, 2020
Loading