Logging handler to send logs to your OpenSearch cluster with bulk SSL. Forked from https://github.com/logzio/logzio-python-handler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
613 B

6 years ago
6 years ago
6 years ago
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. /venv/
  9. /env/
  10. /bin/
  11. /build/
  12. /build_docs/
  13. /develop-eggs/
  14. /dist/
  15. /eggs/
  16. /lib/
  17. /lib64/
  18. /parts/
  19. /sdist/
  20. /var/
  21. /*.egg-info/
  22. .installed.cfg
  23. *.egg
  24. # Installer logs
  25. pip-log.txt
  26. pip-delete-this-directory.txt
  27. # Unit test / coverage reports
  28. /htmlcov/
  29. /.tox/
  30. .coverage
  31. .cache
  32. nosetests.xml
  33. coverage.xml
  34. .pytest_cache/
  35. # Translations
  36. *.mo
  37. # Mr Developer
  38. .mr.developer.cfg
  39. .project
  40. .pydevproject
  41. # Rope
  42. .ropeproject
  43. # Django stuff:
  44. *.log
  45. *.pot
  46. # Sphinx documentation
  47. /docs/_build/
  48. *.iml
  49. *COMMIT_MSG