Added loki logging.

That is probably enough of getting obsessive around ops side of things.
This commit is contained in:
2023-03-21 00:56:27 +01:00
parent 504678f1ff
commit 59a7218005
3 changed files with 227 additions and 21 deletions

View File

@@ -30,6 +30,7 @@ time = "0.3.20"
tokio = { version = "1.26.0", features = ["full"] }
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = "0.1.37"
tracing-loki = "0.2.2"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
twilight-http = "0.15.1"
@@ -37,5 +38,6 @@ twilight-interactions = "0.15.0"
twilight-mention = "0.15.1"
twilight-model = "0.15.1"
twilight-util = { version = "0.15.1", features = ["builder"] }
url = "2.3.1"
ureq = { version = "2.6.2", features = ["json"] }
uuid = "1.3.0"