This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add node name to the log lines #7328
Merged
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
88c1f42
Initial commit
cecton 95762f1
WIP
cecton 685c122
WIP
cecton fea1d0c
WIP
cecton f0d5964
WIP
cecton a55ccf0
WIP
cecton ad7dbd5
CLEANUP
cecton c8e0841
Add notes to original source code
cecton dc2f401
CLEANUP
cecton 34106dd
CLEANUP
cecton 76f2d43
WIP
cecton 0c278a8
WIP
cecton 8257480
WIP
cecton 47f7d3f
CLEANUP
cecton efb9b82
WIP
cecton 346eaf1
Some doc
cecton 9055ec2
Test with trybuild
cecton d46d87b
Revert "Test with trybuild" (issue with trybuild atm)
cecton 2401a7c
Apply suggestions
cecton 364b1b9
Merge commit ec1834646c3f81305dd01cc85d003d7be76daebf (no conflict)
cecton 25970af
Rename derive to proc-macro
cecton 8480619
Remove "prefix" feature from informant
cecton b14c3f8
Blocking task should use SpawnHandle::spawn_blocking
cecton 499ade7
Improve doc as suggested
cecton aea5b53
Fixes
cecton 0c83890
Apply suggestion
cecton 2e6b613
Update client/cli/proc-macro/src/lib.rs
cecton 3f61450
More suggestions
cecton a554480
CLEANUP
cecton 58a7284
Improve error message
cecton de4678f
CLEANUP
cecton c101a09
Fix async issue
cecton 35ae152
CLEANUP
cecton fb4c7bb
CLEANUP
cecton 2238794
Add test
cecton c4e0039
fix doc test
cecton 1a72fc5
Merge commit c2469ebdfbb9d051f892c7b896e835d78d60838d (no conflict)
cecton 2752062
Update client/cli/src/logging.rs
cecton 208bbe2
Update client/basic-authorship/src/basic_authorship.rs
cecton 243dd6c
Update client/basic-authorship/src/basic_authorship.rs
cecton 929bd1e
Apply suggestions
cecton f12a3f7
Suggestions
cecton b9d7723
Clarify doc
cecton f141b73
WIP
cecton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Apply suggestions
- Loading branch information
commit 2401a7ca12b271c3f3dd902e3e86bf0ead1be293
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really require that much copied code to get this working? Isn't there something to insert a new field much easier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you elaborate a bit on what the problem was that made all of this copying necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tokio-rs/tracing#1039