aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src/config/cli/mod.rs
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-03-30 14:02:53 +0200
committerrtkay123 <dev@kanjala.com>2026-03-30 14:02:53 +0200
commit4071482f983d66b16cc8a5519f5665990dc7bc02 (patch)
treebd1b630df7c46edb34f96f4264b19ddbda14b0a0 /lib/warden-core/src/config/cli/mod.rs
parent1b5622e14ca3deaf2a25ee785af656779ded7a41 (diff)
downloadwarden-4071482f983d66b16cc8a5519f5665990dc7bc02.tar.bz2
warden-4071482f983d66b16cc8a5519f5665990dc7bc02.zip
refactor: camelCase response
Diffstat (limited to 'lib/warden-core/src/config/cli/mod.rs')
-rw-r--r--lib/warden-core/src/config/cli/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warden-core/src/config/cli/mod.rs b/lib/warden-core/src/config/cli/mod.rs
index 36f6bf0..e0c5450 100644
--- a/lib/warden-core/src/config/cli/mod.rs
+++ b/lib/warden-core/src/config/cli/mod.rs
@@ -65,7 +65,7 @@ impl Default for Server {
port: Some(2210),
environment: Default::default(),
log_level: Some(format!(
- "{}=debug,tower_http=debug,axum::rejection=trace",
+ "{}=debug,tower_http=debug,axum::rejection=trace,sqlx=warn,debug",
env!("CARGO_CRATE_NAME")
)),
log_dir: Some(std::env::temp_dir()),