1. 27 Mar, 2020 1 commit
  2. 03 Feb, 2020 2 commits
  3. 08 Jul, 2018 2 commits
  4. 06 Jul, 2018 1 commit
  5. 05 Jul, 2018 9 commits
  6. 18 Oct, 2017 3 commits
  7. 08 Jun, 2016 2 commits
  8. 19 Nov, 2015 2 commits
    • Kirill Smelkov's avatar
      Don't allow Net::HTTP to hang forever · deaa6b97
      Kirill Smelkov authored
      Net::HTTP has default infinite timeout for opening connection, which,
      when other side does not open connection fully, nor rejects connecting,
      results in infinite thread hang without any reporting into log.
      
      Fix it by explicitly making all timeouts finite (set to default
      Net::HTTP's read_timeout 60 seconds).
      
      /cc @klaus
      deaa6b97
    • Kirill Smelkov's avatar
      Use fluentd infrastructure for tracing · 11c22159
      Kirill Smelkov authored
      Previously WendelinClient's tracing was controlled by global $trace
      variable and was not correlated to current Fluentd log level, or current
      plugin log level and thus it was harder for users to use.
      
      Improve it and rework the tracing to use fluentd logging infrastructure.
      
      This way tracing is disabled by default, but can be either globally
      enabled with
      
          fluentd -v -v
      
      or only for wendelin_out plugin via adding
      
          log_level   trace
      
      to <match ...> section which routes messages to wendelin_out.
      
      /cc @klaus
      11c22159
  9. 25 Sep, 2015 1 commit
  10. 24 Sep, 2015 1 commit
  11. 14 Aug, 2015 1 commit
  12. 11 Aug, 2015 1 commit
  13. 25 May, 2015 2 commits