plugin logging

This commit is contained in:
Bradley Nelson
2026-06-16 23:00:23 -06:00
parent 803150635c
commit 4427b1613b
17 changed files with 1928 additions and 12 deletions
Generated
+12
View File
@@ -2471,6 +2471,16 @@ version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "file-rotate"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3ed82142801f5b1363f7d463963d114db80f467e860b1cd82228eaebc627a0"
dependencies = [
"chrono",
"flate2",
]
[[package]]
name = "find-msvc-tools"
version = "0.1.9"
@@ -4643,6 +4653,7 @@ dependencies = [
"dotenvy",
"extism",
"fastcdc",
"file-rotate",
"flate2",
"fs2",
"futures",
@@ -6945,6 +6956,7 @@ dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util",
]
[[package]]