This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 55d540a347
commit 1d0aa50263
5 changed files with 140 additions and 3 deletions

View File

@@ -79,7 +79,10 @@ async fn main() -> MainResult {
match args.command {
Command::Serve(serve_args) => {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::DEBUG)
// .with_max_level(tracing::Level::DEBUG)
// .with_target(false)
.with_env_filter("none,packager=debug,request=debug,sqlx=debug")
.compact()
.init();
if let Err(e) = sqlite::migrate(&args.database_url).await {