diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2024-05-13 17:16:17 +0200 |
---|---|---|
committer | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2024-05-31 19:55:17 +0200 |
commit | 0eb465531ca97aa5b932ec5752b1bdfea3181d9f (patch) | |
tree | 0ba1169b9f2d2520eb866e1c2f9755480ed06f84 /.yamllint | |
parent | Add check_instance_ready management command (#15238) (diff) | |
download | awx-0eb465531ca97aa5b932ec5752b1bdfea3181d9f.tar.xz awx-0eb465531ca97aa5b932ec5752b1bdfea3181d9f.zip |
Centralized logging via otel
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ ignore: | # django template files awx/api/templates/instance_install_bundle/** .readthedocs.yaml + tools/loki + tools/otel extends: default |