.gitignore
.travis.yml
.whitesource
CONTRIBUTING.md
LICENSE
README.md
__init__.py
build.sh
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yaml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/documentation.yaml
.github/ISSUE_TEMPLATE/feature.yaml
.github/ISSUE_TEMPLATE/question.yaml
.github/ISSUE_TEMPLATE/security.yaml
.github/workflows/auto-release.yml
.github/workflows/ci.yml
.github/workflows/dependabot-automerge.yml
logzio/__init__.py
logzio/exceptions.py
logzio/flusher.py
logzio/handler.py
logzio/logger.py
logzio/sender.py
logzio_python_handler.egg-info/PKG-INFO
logzio_python_handler.egg-info/SOURCES.txt
logzio_python_handler.egg-info/dependency_links.txt
logzio_python_handler.egg-info/requires.txt
logzio_python_handler.egg-info/top_level.txt
tests/__init__.py
tests/test_add_context.py
tests/test_extra_fields.py
tests/test_logzioHandler.py
tests/test_logzioSender.py
tests/e2e/__init__.py
tests/e2e/test_logzio_e2e.py
tests/mockLogzioListener/__init__.py
tests/mockLogzioListener/listener.py
tests/mockLogzioListener/logsList.py
tests/mockLogzioListener/persistentFlags.py