Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
60f3a6a3
Commit
60f3a6a3
authored
1 month ago
by
Seemant Aggarwal
Browse files
Options
Downloads
Patches
Plain Diff
adding sc_tracing::loggin in sc-tracing feature
parent
41a860ea
No related merge requests found
Pipeline
#516480
waiting for manual action with stages
in 7 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/parachain/node/src/service.rs
+1
-1
1 addition, 1 deletion
templates/parachain/node/src/service.rs
umbrella/src/lib.rs
+2
-1
2 additions, 1 deletion
umbrella/src/lib.rs
with
3 additions
and
2 deletions
templates/parachain/node/src/service.rs
+
1
−
1
View file @
60f3a6a3
...
...
@@ -228,7 +228,7 @@ fn start_consensus(
}
/// Start a node with the given parachain `Configuration` and relay chain `Configuration`.
#[
sc_tracing::
logging::prefix_logs_with(
"Parachain"
)]
#[logging::prefix_logs_with(
"Parachain"
)]
pub
async
fn
start_parachain_node
(
parachain_config
:
Configuration
,
polkadot_config
:
Configuration
,
...
...
This diff is collapsed.
Click to expand it.
umbrella/src/lib.rs
+
2
−
1
View file @
60f3a6a3
...
...
@@ -1179,8 +1179,9 @@ pub use sc_sysinfo;
pub
use
sc_telemetry
;
/// Instrumentation implementation for substrate.
#[cfg(feature
=
"
node
"
)]
#[cfg(feature
=
"
sc-tracing
"
)]
pub
use
sc_tracing
;
pub
use
sc_tracing
::
logging
;
/// Helper macros for Substrate's client CLI.
#[cfg(feature
=
"sc-tracing-proc-macro"
)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment