diff --git a/src/bin/grin.rs b/src/bin/grin.rs index 3fe25a85..9fbf7eda 100644 --- a/src/bin/grin.rs +++ b/src/bin/grin.rs @@ -79,7 +79,7 @@ fn log_build_info() { let (basic_info, detailed_info, deps) = info_strings(); info!(LOGGER, "{}", basic_info); debug!(LOGGER, "{}", detailed_info); - debug!(LOGGER, "{}", deps); + trace!(LOGGER, "{}", deps); } /// wrap below to allow UI to clean up on stop