mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Add emojis (#5420)
This commit is contained in:
@@ -140,7 +140,7 @@ pub struct RunCmd {
|
||||
///
|
||||
/// A comma-separated list of origins (protocol://domain or special `null`
|
||||
/// value). Value of `all` will disable origin validation. Default is to
|
||||
/// allow localhost and https://polkadot.js.org origins. When running in
|
||||
/// allow localhost and https://polkadot.js.org origins. When running in
|
||||
/// --dev mode the default is to allow all origins.
|
||||
#[structopt(long = "rpc-cors", value_name = "ORIGINS", parse(try_from_str = parse_cors))]
|
||||
pub rpc_cors: Option<Cors>,
|
||||
@@ -461,9 +461,9 @@ impl RunCmd {
|
||||
info!("{}", version.name);
|
||||
info!(" version {}", config.full_version());
|
||||
info!(" by {}, {}-{}", version.author, version.copyright_start_year, Local::today().year());
|
||||
info!("Chain specification: {}", config.expect_chain_spec().name());
|
||||
info!("Node name: {}", config.name);
|
||||
info!("Roles: {}", config.display_role());
|
||||
info!("📋 Chain specification: {}", config.expect_chain_spec().name());
|
||||
info!("🏷 Node name: {}", config.name);
|
||||
info!("👤 Roles: {}", config.display_role());
|
||||
|
||||
match config.roles {
|
||||
Roles::LIGHT => run_service_until_exit(
|
||||
|
||||
@@ -211,7 +211,7 @@ pub fn init_logger(pattern: &str) {
|
||||
});
|
||||
|
||||
if builder.try_init().is_err() {
|
||||
info!("Not registering Substrate logger, as there is already a global logger registered!");
|
||||
info!("💬 Not registering Substrate logger, as there is already a global logger registered!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user