Use LOG_TARGET in consensus related crates (#12875)

* Use shared LOG_TARGET in consensus related crates
* Rename target from "afg" to "grandpa"
This commit is contained in:
Davide Galassi
2022-12-14 14:56:17 +01:00
committed by GitHub
parent 3e0a1904b7
commit 391adaf443
31 changed files with 343 additions and 247 deletions
+2
View File
@@ -70,6 +70,8 @@ pub use equivocation::{
pub use pallet::*;
const LOG_TARGET: &str = "runtime::grandpa";
#[frame_support::pallet]
pub mod pallet {
use super::*;