configurable DISABLE_AUDIT_LOG

This commit is contained in:
Ruben Fiszel
2025-10-28 22:56:46 +00:00
parent 38711157e1
commit 67fae985fe
3 changed files with 3 additions and 1 deletions

1
backend/Cargo.lock generated
View File

@@ -15335,6 +15335,7 @@ name = "windmill-audit"
version = "1.567.3"
dependencies = [
"chrono",
"lazy_static",
"serde",
"serde_json",
"sql-builder",

View File

@@ -1 +1 @@
a2c83c51c9b501e3660fe82416a73e487356158d
3ec1603ac7353075eedab1044b7c878ea2e85a97

View File

@@ -20,3 +20,4 @@ chrono.workspace = true
serde_json.workspace = true
tracing.workspace = true
windmill-common = { workspace = true, default-features = false }
lazy_static.workspace = true