Minor main.rs logging fixes

This commit is contained in:
2025-12-01 00:41:06 +01:00
parent 7a896c8b7c
commit f1581f14da

View File

@@ -38,7 +38,6 @@ async fn main() -> Result<()> {
tracing::subscriber::set_global_default(subscriber)?;
debug!(logo = ASCII_LOGO, "render application banner");
info!(
app = APP_NAME,
version = APP_VERSION,