change logging flags

This commit is contained in:
Joel Wetzell
2025-12-29 16:07:56 -06:00
parent 3ef41d0026
commit 710dcf3a02
2 changed files with 45 additions and 11 deletions

2
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"request": "launch",
"mode": "auto",
"program": "cmd/showbridge",
"args": ["--debug"],
"args": ["--log-level", "debug"],
"cwd": "./"
}
]