This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Missing logs after cargo update
in the node template
#11684
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
When cloning the substrate node template, upgrading all dependencies (i.e. running
cargo update
) and running the node, some log messages are missing (the name of the node, system information, benchmark scores, etc.).The problem has already been described on StackExchange and a workaround submitted in the form of an answer.
I will shortly submit a PR implementing the workaround.
Steps to reproduce
cargo update
cargo build --release
./target/release/node-template --dev
The text was updated successfully, but these errors were encountered: