Roi Rav-Hon
25318785a6
Merge pull request #20 from OspreyInformatics/master
Ensure sending thread is alive before appending log message
7 years ago
Jotham Apaloo
c6c8171a68
Revert "Leave initialization in c'tor, just call start() where needed"
This reverts commit d41ceabe82
. Which I suspect
does not work because the thread is stateful, i.e. after os.fork the thread in
copy of the process thinks it has already been started, even though it is not
alive. Probably safest to just get a new thread instance if a thread is not alive.
7 years ago
Jotham Apaloo
d41ceabe82
Leave initialization in c'tor, just call start() where needed
7 years ago
Jotham Apaloo
b1950d5038
Fix logs buffer clearing and clear it before each test
7 years ago
Jotham Apaloo
fcac03ae7f
Ensure parent process messages still received after fork
7 years ago
Jotham Apaloo
066f73264d
Make logzio handler log correctly after os.fork()
7 years ago
Roi Rav-Hon
5a351b8fec
Version bump
7 years ago
Roi Rav-Hon
7b806081b8
Merge pull request #18 from orenmazor/manual_draining
Manual draining
7 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
Roi Rav-Hon
0236dc9714
Merge pull request #17 from schwin007/patch-1
added a note that the type can't contain a space.
7 years ago
Joshua Schnitzer
18cf58ce34
added a note that the type can't contain a space.
7 years ago
TomasKuznetsov
3586b73936
Support for extra fields
7 years ago
TomasKuznetsov
edda67f3c0
Merge pull request #15 from logzio/add_extra_fields
Add extra fields
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
bd75c3dc56
Bump version, added build script regards #13
7 years ago
Roi Rav-Hon
13ebad59a7
Merge pull request #13 from cchristous/rename-setup-cfg
rename setup.cfg.py to setup.cfg
7 years ago
Corey Christous
abb5b28824
rename setup.cfg.py to setup.cfg
7 years ago
Roi Rav-Hon
06e47c1e64
Merge pull request #10 from logzio/fix_max_allowed_size
Fix bug that consumed more logs while draining than Logz.io's bulk limit
7 years ago
Roi Rav-Hon
f6ca061439
Fix bug that consumed more logs while draining than Logz.io's bulk limit
7 years ago
Roi Rav-Hon
b7b22cf8d6
Version bump
7 years ago
Roi Rav-Hon
d127a5bd6a
Merge pull request #8 from johnraz/Fix-issue-7
Fix #7 Return formatted message if format string
7 years ago
Jonathan Liuti
4333b965de
Fix #7 Return formatted message if format string
Currently logging with:
```
logger.info('hello %s', 'world')
```
will send the string "hello %s" to logz.io instead of "hello world"
This commit fixes this situation.
7 years ago
Roi Rav-Hon
f246ae3431
Added __all__
8 years ago
Roi Rav-Hon
eba2c47f63
Merge pull request #4 from logzio/production-grade
Rewrite most of the handler, tests were introduced
8 years ago
Roi Rav-Hon
e4b7f7642c
Update README.md
8 years ago
Roi Rav-Hon
011a18439f
PR fixes
8 years ago
Roi Rav-Hon
7c730d60f1
Remove 3.0 -> 3.2 support. Travis not supporting 3.0 and 3.1, and pip and requests lib not supporting 3.2
Updated readme with the supported versions
8 years ago
Roi Rav-Hon
9ac8081344
Dump typo
8 years ago
Roi Rav-Hon
7f6031f7f9
More python 3 compatibilities
8 years ago
Roi Rav-Hon
1fe6be90f7
First try on cross python 2 and 3 compatible code
8 years ago
Roi Rav-Hon
e6a869e5f7
Another travis fix + badge addition
8 years ago
Roi Rav-Hon
107991cd8c
Fix requirements for travis
8 years ago
Roi Rav-Hon
6b31517848
Rewrite most of the handler, tests were introduced
8 years ago
Roi Rav-Hon
ffc5191e40
Retry sending to logz.io
8 years ago
Roi Rav-Hon
ea278949fd
Version bump
8 years ago
Roi Rav-Hon
1cf155b7d9
Merge pull request #2 from wealthsimple/master
Fix formatter not being used.
8 years ago
Marek Kudlacz
ffe751d0a6
Improve exception logging
Add tests
8 years ago
Marek Kudlacz
d51b4bc9a9
Fix formatter not being used.
Allow custom logzio fields to top level structure
8 years ago
Roi Rav-Hon
38a8dcc9e8
Merge pull request #1 from logzio/DEV-2064-add-listener-address
added the listener url to the documentation
8 years ago
Roi Rav-Hon
244055c1e9
Bump version
8 years ago
MoisesRT
62b6541f89
removed the slash from the url
8 years ago
MoisesRT
04cfd33823
added the listener url to the documentation
8 years ago
Roi Rav-Hon
57aba5eba2
Added pypi badge
8 years ago
Roi Rav-Hon
8d42a53e90
Proofread readme
9 years ago
Roi Rav-Hon
5b6ca601d5
Added django documentations
9 years ago
Roi Rav-Hon
be04c59d96
Updated readme
9 years ago