Updated install script

This commit is contained in:
mdecimus
2024-04-07 17:20:50 +02:00
parent ab47eab1d9
commit 841b8000c4
34 changed files with 1232 additions and 1555 deletions

View File

@@ -83,7 +83,7 @@ pub fn exec(ctx: PluginContext<'_>) -> Variable {
_ => false,
}
} else {
tracing::warn!(
tracing::debug!(
parent: ctx.span,
context = "sieve:lookup",
event = "failed",
@@ -112,7 +112,7 @@ pub fn exec_get(ctx: PluginContext<'_>) -> Variable {
.map(|v| v.into_inner())
.unwrap_or_default()
} else {
tracing::warn!(
tracing::debug!(
parent: ctx.span,
context = "sieve:key_get",
event = "failed",