ralongit
e44d5359c9
Add extra tests for trace context & extra fields
1 year ago
ralongit
646a93c136
Create test_extra_fields.py
1 year ago
ralongit
460cd53f9e
Update test_add_context.py
1 year ago
ralongit
cd234b6873
Optional OTEL trace context - INT-834
Add optional OTEL trace context lib support
https://logzio.atlassian.net/browse/INT-834
1 year ago
Bence Szabó
6ccf4c9614
Fix message formatting while handling exceptions ( #76 )
* Fix message formatting while handling exceptions
* change split, add changelog
* bump version
---------
Co-authored-by: mirii1994 <miri.ignatiev@logz.io>
2 years ago
Miri
7e9a48fa06
Add context ( #71 )
* add traces context
* add trace context section in readme
* fix type
* Update README.md
* Update README.md
* small fix to readme
* fix typo
Co-authored-by: Nico <86240618+nico-shishkin@users.noreply.github.com>
2 years ago
Tamir Michaeli
f4713a6217
Bug fixes and ci ( #70 )
* bug fixes
* Added CI: tests and auto release
3 years ago
tamir-michaeli
e7f9585b6c
bug fixes
3 years ago
Miri
3d44d6202c
compatible for py37, py38 ( #52 )
5 years ago
Emile Fugulin
ca7be192be
Add flag to disable the local backup of logs
6 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
TomasKuznetsov
3586b73936
Support for extra fields
7 years ago
TomasKuznetsov
44089aaf63
Added extra fields support
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
011a18439f
PR fixes
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
6b31517848
Rewrite most of the handler, tests were introduced
8 years ago
Marek Kudlacz
ffe751d0a6
Improve exception logging
Add tests
8 years ago