Yogev Mets
c47e4e025c
Update README.md
4 years ago
Miri
9c341cc749
add requirements.txt ( #59 )
5 years ago
Miri
e705c12b41
Update readme ( #57 )
* update readme
* add dictconfig example
* update version #
5 years ago
Adar Hilsenrat
fb5c06eb8b
Logging warning on a failed try to send to logz.io ( #56 )
Logging error only if all retries fails
5 years ago
Miri
9d5d0d9f4a
Version update ( #54 )
* update requests version
* version upgrade
* v. upgrade-flake8 changes
* add markdown spacing
* readme fix
* Update README.md
Co-Authored-By: Ido Halevi <32218210+idohalevi@users.noreply.github.com>
Co-authored-by: Stefan (Shalom) <imnotashrimp@users.noreply.github.com>
Co-authored-by: Ido Halevi <32218210+idohalevi@users.noreply.github.com>
5 years ago
Miri
e588eb0ac8
version update ( #53 )
5 years ago
Miri
3d44d6202c
compatible for py37, py38 ( #52 )
5 years ago
Miri
3efc0ff160
Fixed flusher for serverless ( #50 )
* Fixed flusher for serverless
* fixed flusher
* Update README.md
Co-Authored-By: Ido Halevi <32218210+idohalevi@users.noreply.github.com>
* Update README.md
Co-Authored-By: Stefan (Shalom) <imnotashrimp@users.noreply.github.com>
* Update README.md
Co-Authored-By: Stefan (Shalom) <imnotashrimp@users.noreply.github.com>
Co-authored-by: Stefan (Shalom) <imnotashrimp@users.noreply.github.com>
Co-authored-by: Ido Halevi <32218210+idohalevi@users.noreply.github.com>
5 years ago
Ido Halevi
b19f27c3c8
Merge pull request #49 from logzio/update-version
Update version
5 years ago
idohalevi
da5db83e28
update handler version
5 years ago
idohalevi
f2250fcd52
update setup.py
5 years ago
Ido Halevi
a50287fc5b
Merge pull request #47 from zt-initech/reuse-https-connections
don't open a new https connection for every log flush
5 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
Ido Halevi
138e81b44f
Merge pull request #40 from logzio/2.0.13-release
update readme and setup.py before a new release
6 years ago
idohalevi
13af2bf313
update readme and setup.py before a new release
6 years ago
Ido Halevi
90d75b3041
Merge pull request #39 from oseemann/timeout
Add timeout for requests.post() operation
6 years ago
whitesource-bolt-for-github[bot]
039cc757e7
Migrate WhiteSource configuration file to json format
6 years ago
Ido Halevi
a4d23ba996
Merge pull request #33 from rudaporto/master
Add support for `pypy` and `pypy3` interpreter and remove support for python 3.3
6 years ago
Oliver Seemann
d9b8388a83
Document network_timeout argument in README
6 years ago
Oliver Seemann
d06b5a16fb
Add timeout for requests.post() operation
Like all network operations, performing the POST request may fail for various
reasons. When no response from the remote end is received, a requests.post()
call may never return, leading to an unbounded increase in the sender queue.
To remedy such situations let's add a timeout argument to the requests call and
make it configurable, to be adaptable for different environments.
For more information see
https://2.python-requests.org/en/master/user/quickstart/#timeouts
6 years ago
Ruda Porto Filgueiras
f87341d263
Deleting objects to make sure garbage collector will release memory.
6 years ago
Ruda Porto Filgueiras
9c25f86c9f
Merge remote-tracking branch 'upstream/master'
6 years ago
Ido Halevi
b75ae59353
Merge pull request #38 from logzio/bump-version
update setup.py + readme to version 2.0.12
6 years ago
idohalevi
e3874b3192
update setup.py + readme to version 2.0.12
6 years ago
Ido Halevi
a43ff9cf26
Merge pull request #36 from Sytten/feature/add-backup-logs-flag
Add flag to disable the local backup of logs
6 years ago
Ido Halevi
a4d6eb97f7
Merge pull request #37 from logzio/remove-tox-python3.3
remove python3.3 from testing
6 years ago
idohalevi
f9a97ade6d
remove python3.3 from testing
6 years ago
Emile Fugulin
ca7be192be
Add flag to disable the local backup of logs
6 years ago
whitesource-bolt-for-github[bot]
8380c4d3cf
Initial WhiteSource configuration file
6 years ago
Ruda Porto Filgueiras
04bfdd093c
Removing travis check for python 3.3 since tox do not support it and most libraries already removed support for the old python 3.3.
6 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
Ruda Porto Filgueiras
1aa324b08c
Changing again
6 years ago
Ruda Porto Filgueiras
395e4f2e79
Fix intreperter names for pypy.
6 years ago
Ruda Porto Filgueiras
047cfab3d5
Added travis and tox configuration for pypy 2.7 and 3.5.
6 years ago
Roi Rav-Hon
19909d1fd9
Remove the exception info from the formatting
7 years ago
Roi Rav-Hon
b7a2913d72
Merge pull request #28 from logzio/format-messages-on-exceptions
Treat exception and non-exception the same
7 years ago
Roi Rav-Hon
b532a29d76
Even more pep8\!
7 years ago
Roi Rav-Hon
4bf2d09062
More pep8
7 years ago
Roi Rav-Hon
d3ee46e88c
pep8
7 years ago
Roi Rav-Hon
f14c580266
Treat exception and non-exception the same
7 years ago
Roi Rav-Hon
8b109ce061
Version bump, and include test package
7 years ago
Roi Rav-Hon
3d4f6909b7
Merge pull request #25 from asafc64/master
Fixed ignored extra fields when logging exceptions
7 years ago
asafc64
a302845b76
Fixed ignored extra fields when logging exceptions
7 years ago
Roi Rav-Hon
a041aba092
Version bump
7 years ago
Roi Rav-Hon
a417ce51ea
Merge pull request #19 from nir0s/various-optimizations
Various optimizations
7 years ago
nir0s
344d4e85b0
Fix conflicts with upstream
7 years ago
nir0s
79d49b8038
Remove TODOs from code
7 years ago
Roi Rav-Hon
d760a3ed21
Version bump
7 years ago
Roi Rav-Hon
25318785a6
Merge pull request #20 from OspreyInformatics/master
Ensure sending thread is alive before appending log message
7 years ago