Skip to content

Commit

Permalink
Remove all logging utils related to Elastic logging
Browse files Browse the repository at this point in the history
None of this is necessary, since we're taking an entirely different approach now.
We're scraping the stdout of the kube pods instead of trying to
push logging messages to an external server.
  • Loading branch information
Edward Brennan committed Feb 4, 2025
1 parent f2f979b commit 1ec17b8
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 572 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "sat-utils"
version = "1.7.1"
version = "1.7.2"
authors = [
{ name="Ryan Semmler", email="[email protected]" },
{ name="Shawn Taylor", email="[email protected]" },
Expand All @@ -24,7 +24,6 @@ dependencies = [
"requests_oauthlib==1.3.1",
"pydantic==2.6.4",
"pydantic[email]==2.6.4",
"elasticsearch==8.15.1"
]

[project.optional-dependencies]
Expand Down
13 changes: 2 additions & 11 deletions requirements/base/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
#
# pip-compile --output-file=requirements/base/base.txt pyproject.toml
#

annotated-types==0.6.0
# via pydantic
certifi==2024.2.2
# via
# elastic-transport
# requests
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
Expand All @@ -21,10 +18,6 @@ cx-oracle==8.3.0
# via sat-utils (pyproject.toml)
dnspython==2.6.1
# via email-validator
elastic-transport==8.15.1
# via elasticsearch
elasticsearch==8.15.1
# via sat-utils (pyproject.toml)
email-validator==2.1.1
# via pydantic
idna==3.6
Expand Down Expand Up @@ -56,6 +49,4 @@ typing-extensions==4.10.0
# pydantic
# pydantic-core
urllib3==2.2.1
# via
# elastic-transport
# requests
# via requests
13 changes: 2 additions & 11 deletions requirements/dev/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
# pip-compile --extra=dev --output-file=requirements/dev/dev.txt pyproject.toml
#

aiofiles==22.1.0
# via ypy-websocket
aiosqlite==0.20.0
Expand Down Expand Up @@ -42,9 +41,7 @@ black==23.12.1
bleach==6.1.0
# via nbconvert
certifi==2024.2.2
# via
# elastic-transport
# requests
# via requests
cffi==1.16.0
# via
# argon2-cffi-bindings
Expand Down Expand Up @@ -81,10 +78,6 @@ dnspython==2.6.1
# via email-validator
docutils==0.20.1
# via flit
elastic-transport==8.15.1
# via elasticsearch
elasticsearch==8.15.1
# via sat-utils (pyproject.toml)
email-validator==2.1.1
# via pydantic
entrypoints==0.4
Expand Down Expand Up @@ -484,9 +477,7 @@ typing-extensions==4.10.0
uri-template==1.3.0
# via jsonschema
urllib3==2.2.1
# via
# elastic-transport
# requests
# via requests
virtualenv==20.25.1
# via pre-commit
watchdog==4.0.0
Expand Down
Loading

0 comments on commit 1ec17b8

Please sign in to comment.