feat: add logging via vector + loki
216 files changed
tree: 7d7b4a9bf30e74248c84bf9969d3385271bf8587
  1. .github/
  2. charts/
  3. cmd/
  4. docs/
  5. hack/
  6. images/
  7. internal/
  8. meta/
  9. molecule/
  10. playbooks/
  11. plugins/
  12. roles/
  13. tests/
  14. .ansible-lint
  15. .coveragerc
  16. .flake8
  17. .gitignore
  18. .markdownlint.yaml
  19. .pre-commit-config.yaml
  20. .python-version
  21. .release-please-manifest.json
  22. CHANGELOG.md
  23. galaxy.yml
  24. go.mod
  25. go.sum
  26. mkdocs.yml
  27. poetry.lock
  28. pyproject.toml
  29. README.md
  30. release-please-config.json
README.md

Atmosphere

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands:

pre-commit install --hook-type commit-msg