aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rule-executor/rule-executor.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-15 21:05:36 +0200
committerrtkay123 <dev@kanjala.com>2025-08-15 21:05:36 +0200
commit552300d437ed3a3c3ecf20049b0f96eb2a9a13c1 (patch)
treefd54a21b63cdf3ab11b74972c980b42d9024e65e /crates/rule-executor/rule-executor.toml
parent1968002d656383069a386bd874c9f0cc83e3116e (diff)
downloadwarden-552300d437ed3a3c3ecf20049b0f96eb2a9a13c1.tar.bz2
warden-552300d437ed3a3c3ecf20049b0f96eb2a9a13c1.zip
feat(exec): get config
Diffstat (limited to 'crates/rule-executor/rule-executor.toml')
-rw-r--r--crates/rule-executor/rule-executor.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rule-executor/rule-executor.toml b/crates/rule-executor/rule-executor.toml
index dd64828..69303bb 100644
--- a/crates/rule-executor/rule-executor.toml
+++ b/crates/rule-executor/rule-executor.toml
@@ -2,7 +2,7 @@
env = "development"
[monitoring]
-log-level = "warden_rule=trace,info"
+log-level = "rule_executor=trace,info"
opentelemetry-endpoint = "http://localhost:4317"
loki-endpoint = "http://localhost:3100"