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
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
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
6b31517848
Rewrite most of the handler, tests were introduced
8 years ago
Marek Kudlacz
ffe751d0a6
Improve exception logging
Add tests
8 years ago