53 Commits (66fc33bb93e8aa1918c967414ae6acf897d344fa)

Author SHA1 Message Date
  ralongit 66fc33bb93 flake8 tests, setuptools upgrade and readme update 1 year ago
  ralongit cd234b6873 Optional OTEL trace context - INT-834 1 year ago
  Bence Szabó 6ccf4c9614
Fix message formatting while handling exceptions (#76) 1 year ago
  Miri 7e9a48fa06
Add context (#71) 2 years ago
  Tamir Michaeli f4713a6217
Bug fixes and ci (#70) 2 years ago
  tamir-michaeli e7f9585b6c bug fixes 3 years ago
  Adar Hilsenrat fb5c06eb8b
Logging warning on a failed try to send to logz.io (#56) 4 years ago
  Miri 3efc0ff160
Fixed flusher for serverless (#50) 4 years ago
  Zeev Tarantov 7e4847cf4a place requests_session as member of handler 5 years ago
  Zeev Tarantov 965ff76062 don't open a new https connection for every log flush 5 years ago
  Oliver Seemann d06b5a16fb Add timeout for requests.post() operation 5 years ago
  Ruda Porto Filgueiras f87341d263 Deleting objects to make sure garbage collector will release memory. 5 years ago
  Emile Fugulin ca7be192be Add flag to disable the local backup of logs 5 years ago
  Ruda Porto Filgueiras 97eabc1137 Added alternative way to limit max number of logs when running in pypy since sys.getsizeof raises TypeError. 6 years ago
  Roi Rav-Hon 19909d1fd9 Remove the exception info from the formatting 6 years ago
  Roi Rav-Hon b532a29d76 Even more pep8\! 6 years ago
  Roi Rav-Hon 4bf2d09062 More pep8 6 years ago
  Roi Rav-Hon d3ee46e88c pep8 6 years ago
  Roi Rav-Hon f14c580266 Treat exception and non-exception the same 6 years ago
  asafc64 a302845b76
Fixed ignored extra fields when logging exceptions 6 years ago
  nir0s 79d49b8038 Remove TODOs from code 6 years ago
  Jotham Apaloo c6c8171a68 Revert "Leave initialization in c'tor, just call start() where needed" 6 years ago
  Jotham Apaloo d41ceabe82 Leave initialization in c'tor, just call start() where needed 6 years ago
  Jotham Apaloo 066f73264d Make logzio handler log correctly after os.fork() 6 years ago
  nir0s 91f61ad8b1 Fix py3flake8 problems 6 years ago
  nir0s b0120dd869 Oops, add forgotten logger 6 years ago
  nir0s 9da3e76b08 Replace "print" statements with a logger. Come on, it's 2018! 6 years ago
  nir0s 92b612f62f Use single quotes instead of double quotes all around 6 years ago
  nir0s 8ab14130d5 Format strings realistically and consistently 6 years ago
  nir0s be328d3b26 Verify the token is not anything empty, not just "not an empty string" 6 years ago
  nir0s 2de666e92c Use LogzioException when validating token 6 years ago
  nir0s 27b212d2b7 Add LogzioException class 6 years ago
  nir0s b511e9ed21 Fix some flake8 stuff and organize imports 6 years ago
  Oren Mazor cc31353d25 fix semantics I rushed through the first time. the handler shouldn't call a private method on the sender 7 years ago
  Oren Mazor 27f76c2136 typo 7 years ago
  Oren Mazor 7b2040706f PEP8 7 years ago
  Oren Mazor df76f91e04 extract the queue draining action out of the loop. this way it can be manually called externally 7 years ago
  TomasKuznetsov e365b78d79 Fix tests for 3.6 7 years ago
  TomasKuznetsov 44089aaf63 Added extra fields support 7 years ago
  Roi Rav-Hon f6ca061439 Fix bug that consumed more logs while draining than Logz.io's bulk limit 7 years ago
  Jonathan Liuti 4333b965de Fix #7 Return formatted message if format string 7 years ago
  Roi Rav-Hon 7f6031f7f9 More python 3 compatibilities 7 years ago
  Roi Rav-Hon 1fe6be90f7 First try on cross python 2 and 3 compatible code 7 years ago
  Roi Rav-Hon 6b31517848 Rewrite most of the handler, tests were introduced 7 years ago
  Roi Rav-Hon ffc5191e40 Retry sending to logz.io 7 years ago
  Marek Kudlacz ffe751d0a6 Improve exception logging 8 years ago
  Marek Kudlacz d51b4bc9a9 Fix formatter not being used. 8 years ago
  MoisesRT 62b6541f89 removed the slash from the url 8 years ago
  Roi Rav-Hon 74f2f37718 Better handle logz.io responses, and drain to file in case of an unrecoverable error 8 years ago
  Roi Rav-Hon 05b7534f62 Initial handler release 8 years ago