Minor main.rs logging fixes
This commit is contained in:
@@ -38,7 +38,6 @@ async fn main() -> Result<()> {
|
|||||||
|
|
||||||
tracing::subscriber::set_global_default(subscriber)?;
|
tracing::subscriber::set_global_default(subscriber)?;
|
||||||
|
|
||||||
debug!(logo = ASCII_LOGO, "render application banner");
|
|
||||||
info!(
|
info!(
|
||||||
app = APP_NAME,
|
app = APP_NAME,
|
||||||
version = APP_VERSION,
|
version = APP_VERSION,
|
||||||
|
|||||||
Reference in New Issue
Block a user